BETA Upgrade Errors.. I'm blocked

Hi, I updated from 2019.1.0r2 to 2019.2.0b9 and Post Processing 2.1.7 is barfing.
Any solution to this?

NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Rendering.PostProcessing.AmbientOcclusion.IsEnabledAndSupported (UnityEngine.Rendering.PostProcessing.PostProcessRenderContext context) (at Library/PackageCache/com.unity.postprocessing@2.1.7/PostProcessing/Runtime/Effects/AmbientOcclusion.cs:179)
UnityEngine.Rendering.PostProcessing.PostProcessLayer.SetLegacyCameraFlags (UnityEngine.Rendering.PostProcessing.PostProcessRenderContext context) (at Library/PackageCache/com.unity.postprocessing@2.1.7/PostProcessing/Runtime/PostProcessLayer.cs:730)
UnityEngine.Rendering.PostProcessing.PostProcessLayer.SetupContext (UnityEngine.Rendering.PostProcessing.PostProcessRenderContext context) (at Library/PackageCache/com.unity.postprocessing@2.1.7/PostProcessing/Runtime/PostProcessLayer.cs:816)
UnityEngine.Rendering.PostProcessing.PostProcessLayer.BuildCommandBuffers () (at Library/PackageCache/com.unity.postprocessing@2.1.7/PostProcessing/Runtime/PostProcessLayer.cs:502)
UnityEngine.Rendering.PostProcessing.PostProcessLayer.OnPreCull () (at Library/PackageCache/com.unity.postprocessing@2.1.7/PostProcessing/Runtime/PostProcessLayer.cs:436)

1 Like

Also, I am getting this error

Material doesn’t have a color property ‘_Color’
UnityEngine.Material:get_color()
SetObjectTransparency:IntialState() (at Assets/SetObjectTransparency.cs:100)
SetObjectTransparency:Start() (at Assets/SetObjectTransparency.cs:44)

Code as follows
m.material.color = new Color(m.material.color.r, m.material.color.g, m.material.color.b, 0);

Blocked and beta? You should only be using a beta version for testing or if you have a specific feature that you need, fully understanding that there will likely be bugs. Have you tried the latest released version of 2019.2?

2 Likes

Do you know when I can find the Xbox Add-on for 2019.1 ?

found it , thanks

https://discussions.unity.com/t/750681

I am getting this with 2019.1.12 and 2019.1.11. Hmm what could be the problem?

I am having same error in 2019.2 not sure how to fix

1 Like