Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseReleases the RenderTexture.
This function releases the hardware resources used by the render texture.
The texture itself is not destroyed, and will be automatically
created again when being used.
As with other "native engine object" types, it is important to pay attention to the lifetime of any
render textures and release them when you are finished using them, as they will not be garbage
collected like normal managed types.
See Also: Create, IsCreated functions.