PostProcessingFixerAPI
API to fix post-processing on Unity CamerasPost-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>());