For some reason, when I am on my unity game for too long, a lot of the same errors start showing up and my screen turns grey.
The error:
MissingReferenceException: The object of type 'UniversalAdditionalCameraData' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
UnityEngine.Component.GetComponent[T] () (at :0)
UnityEngine.Rendering.VolumeDebugSettings`1+d__11[T].MoveNext () (at Library/PackageCache/com.unity.render-pipelines.core@13.1.8/Runtime/Debugging/VolumeDebugSettings.cs:64)
↧