PostProcessing and PostProcessProfile

Report bugs of MFPS 2.0 here
Post Reply
User avatar
kwsystems
Contributor
Contributor
Posts: 22
Joined: Sat May 02, 2020 11:43 am

Hi, I got this 2 errors. Am I missing something?

Assets\MFPS\Scripts\Misc\Camera\bl_PostProcessEffects.cs(3,29): error CS0234: The type or namespace name 'PostProcessing' does not exist in the namespace 'UnityEngine.Rendering' (are you missing an assembly reference?)

Assets\MFPS\Scripts\Misc\Camera\bl_PostProcessEffects.cs(9,12): error CS0246: The type or namespace name 'PostProcessProfile' could not be found (are you missing a using directive or an assembly reference?)

Thank you
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

Seems like you have removed the post process package from the Unity Package Manager without removing the script definition symbol,
for fix this simply go to Player Settings -> Other Settings -> Scripting Defined Symbols -> find and remove this from the text field: UNITY_POST_PROCESSING_STACK_V2; and hit enter.
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply