RedBigz-PostProcessingFixerAPI icon

PostProcessingFixerAPI

API to fix post-processing on Unity Cameras

Last updated 2 months ago
Total downloads 4992
Total rating 0 
Categories Libraries Misc Client-Only Camera Mods BepInEx
Dependency string RedBigz-PostProcessingFixerAPI-1.0.2
Dependants 5 other packages depend on this package

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>());