Unity Texture, Texture2D, RenderTexture
In Unity, I get struggle some times to figure out what’s the difference between Texture, Texture2D and RenderTexture. In simple words Texture represent the GPU (graphic card memory) side of a Texture RenderTexture, based on Texture, add the shader/material management … Lire la suite