Reproduction steps:
1. Open the “IN-15493_CopyTexture“ project and open the “TextureCopyTest“ scene
2. Enter and exit the Play mode
3. Observe the “Assets/Textures/CopiedTextureNotWorking” texture
4. Reimport it and observe it again
Expected result: “CopiedTextureNotWorking” looks the same as “CopiedTexture“ before and after reimporting
Actual result: “CopiedTextureNotWorking” is white (empty) before and/or after reimporting
Reproduced in: 2020.3.0f1, 2020.3.39f1, 2021.3.9f1, 2022.1.16f1, 2022.2.0b7, 2023.1.0a9
Reproduced OS: Windows 11, macOS Monterey 12.0.1
Notes:
1. Copied with Graphics.CopyTexture(Texture, int, int, int, int, int, int, Texture, int, int, int, int)
2. Not reproduced with Graphics.CopyTexture(Texture, int, int, Texture, int, int)