console error when importing mfps 2.0

Report errors found in any assets.
Post Reply
User avatar
fernando
New Member
New Member
Posts: 1
Joined: Sun Jan 23, 2022 11:49 pm

console error when importing mfps 2.0=

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?)

and=

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?)
User avatar
websbk
Contributor
Contributor
Posts: 180
Joined: Fri Aug 04, 2017 5:34 pm

Install PostProcessing from Package Manager and the error will disappear
Post Reply