Last updated | 4 months ago |
Total downloads | 11792 |
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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>());