I need to use SetPixels on a texture to apply a decal. The problem is that the texture stays edited inside of unity… this is not the desired behavior. I need a way of modifying just the pixels of the texture in memory, and not what is cached by unity.
Instantiate the texture first, otherwise you’re working directly on the asset.