Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2019.4.23f1
2020.3
2021.1
2021.2
Issue ID
1336071
Regression
No
Graphics.CopyTexture doesn't copy correctly to texture array when QualitySettings.masterTextureLimit is > 0
How to reproduce:
1. Open the user's attached "texture_copy_to_array_bug" project
2. Open the Scene "SampleScene"
3. Enter the Play Mode
Expected results: The third row of texture is the same as the first one
Actual results: The third row is blank
Reproducible with: 2018.4.34f1, 2019.4.27f1, 2020.3.11f1, 2021.1.9f1, 2021.2.0a18
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
If you need to copy between textures with a different master texture limit, please use the region-based overload.
We backported the documentation clarifications to 2020.3 that provide some more insights into the workings and limitations of the CopyTexture function.