about rendertexture release?

How LoadLevel() does not release while maintaining rendertexture

1 Answer

1

I think if you hold the reference of the RT as the level loading, it won’t be released.

You can try write a script holding the reference of the RT, attach it to an object and Call DontDestroyOnLoad(gameObject) at script’s Start