Hi all,
Im making some render textures in a preliminary scene and then switchin to my main scene.
Id like to keep these textures in my main scene (they dont have to be dynamic anymore if that makes any difference)
I put them on a few planes and stuck that inside a game object that flags itself as donotdestroy.
Sure enough the planes and child objects of this are all present after the scene change, but the textures are blanked.
What am i missing?
Thanks
Tom