Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The type or namespace name `PostProcessing' does not exist in the namespace `UnityEngine.Rendering'

Tags:

unity3d

Do someone know how to fix this? I got this error after importing Cinemachine from the Unity Asset Store. I'm using Unity 2018.1.0f2 and have no problems with 2017.3.1f1

Error

The type or namespace name PostProcessing does not exist in the namespace UnityEngine.Rendering

like image 781
PsykoSoldi3r Avatar asked May 17 '18 20:05

PsykoSoldi3r


2 Answers

Using Unity 2018.2 --

Go to Window>Package Manager Click on the All tab Find Postprossessing and import Find Cinemachine and import

like image 54
LightOwl Avatar answered Nov 04 '22 22:11

LightOwl


here's something that should work - it worked for me! go to window > package manager. search for postprocessing and click install. wait for it to download. close package manager. DONE!

like image 4
Douglas Avatar answered Nov 04 '22 22:11

Douglas