- Home /
Why can't I Import the Post-Processing Library?
Hi, I want to change my post-processing in my C#-coding, but can't seem to use the following Code:
using UnityEngine.Rendering.PostProcessing;
It does only find UnityEngine.Rendering, not PostProcessing. Im running Unity 2019.3.7f1, am using the post-processing stack V2 (with Layer and Volumes) and imported the package "Post Processing" Version 2.3.0. (Im using the Oculus framework (OVR), if this matters (don't see how^^)).
My goal is to change the post-processing mid game. (E. g. maybe low health = red vignette).
Your help is very appreciated. Thanks in advance.
Regards, Skeasy
Answer by Skeasy · Apr 08, 2020 at 03:26 PM
Okay, I think I solved it.
There was no hope in reinstalling the Packet, but downloading the GitHub-Version seems to work now. https://github.com/Unity-Technologies/PostProcessing