You are viewing a potentially older version of this package. View all versions.
RedBigz-PostProcessingFixerAPI-1.0.2 icon

PostProcessingFixerAPI

API to fix post-processing on Unity Cameras

Date uploaded 2 months ago
Version 1.0.2
Download link RedBigz-PostProcessingFixerAPI-1.0.2.zip
Downloads 5660
Dependency string RedBigz-PostProcessingFixerAPI-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Post-Processing Fixer API

If you make a camera in CW, usually there'll be no Post-Processing on it. With this API, you can fix this issue.

Example Code

using UnityEngine;
using PostProcessingFixerAPI;

PPF.Fix(GameObject.Find("OtherCamera").GetComponent<Camera>());