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
It seems like if I have more than one scene that uses pixelcamera2d that the quad textures get messed up and looks like garbage. I am forced to recreate the quad asset again. Do I need to create multiple prefabs? Any ideas?
I have tried creating multiple prefabs, and using the same quad. It just seems to want to do whatever it wants sometimes.
Unity 5.3.2f1 Windows 8.1 64bit
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Yup. I created two diff tests. One with Unity 5.3.2, and one with 5.3.4 - both produce the same results. I really hope this is something dumb I'm doing on my part.
Ryan - in the docs it talks about the fact that the RenderTexture can become corrupt, and to use IsCreated to check. I am looking at your code to see if that is there.
It seems like if I have more than one scene that uses pixelcamera2d that the quad textures get messed up and looks like garbage. I am forced to recreate the quad asset again. Do I need to create multiple prefabs? Any ideas?
I have tried creating multiple prefabs, and using the same quad. It just seems to want to do whatever it wants sometimes.
Unity 5.3.2f1 Windows 8.1 64bit
Any help is appreciated.
The text was updated successfully, but these errors were encountered: