Cannot install Post Processing package 2021.1.0b6

Trying to install post processing it just throws

[Package Manager Window] Cannot perform upm operation: Unable to add package [com.unity.postprocessing@3.0.3]:
Built-in package [com.unity.postprocessing@3.0.3] cannot be found [NotFound].
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Other packages install fine.

Do you happen to run into this problem with a non-beta version of the Editor? Just want to ensure it’s not due to you using a beta version of the editor.

Post Processing 3.0.3 is no longer a core package (not shipped with the editor). The version you should use in 2021.1.0b6 is 3.0.2. In Package Manager Window, Click on the ‘+’ icon, then Add Package by name…: Name = com.unity.postprocessing and Version = 3.0.2. Then, Add

5 Likes

That worked, but very unintuitive. It should be fixed.

Thanks, worked i allready thought my project was lost after upgrading to a newer version and my allready made volume was also working fine :slight_smile: