So, after an update, I've got two errors that sound like this:
1. Library\PackageCache\com.unity.postprocessing@2.0.3-preview\PostProcessing\Runtime\PostProcessManager.cs(424,66): error CS0117: 'EditorSceneManager' does not contain a definition for 'IsGameObjectInScene'
and
2.
Library\PackageCache\com.unity.postprocessing@2.0.3-preview\PostProcessing\Runtime\PostProcessManager.cs(425,66): error CS0117: 'EditorSceneManager' does not contain a definition for 'IsGameObjectInMainScenes'
Not sure how to fix them... The code it leads me to is:
![alt text][1]
[1]: /storage/temp/179950-captura-de-ecran-2021-04-28-140136.png
The both errors are in the same image.
Pls help me
↧