You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the scene or reload the current one (using SceneManager.LoadScene) it seems that the PlanetEffect postprocessing effect no longer works (all the image is black except unlit shaders), and I get the error :
MissingReferenceException: The object of type 'CelestialBodyGenerator' has been destroyed but you are still trying to access it.
and the warning :
OnRenderImage() possibly didn't write anything to the destination texture!
Does anyone know where this is coming from?
The text was updated successfully, but these errors were encountered:
When I change the scene or reload the current one (using SceneManager.LoadScene) it seems that the PlanetEffect postprocessing effect no longer works (all the image is black except unlit shaders), and I get the error :
MissingReferenceException: The object of type 'CelestialBodyGenerator' has been destroyed but you are still trying to access it.
and the warning :
OnRenderImage() possibly didn't write anything to the destination texture!
Does anyone know where this is coming from?
The text was updated successfully, but these errors were encountered: