Search Issue Tracker
Fixed
Fixed in 2021.3.42f1, 2022.3.39f1, 6000.0.10f1, 7000.0.0a1
Votes
0
Found in
2021.3.39f1
2022.3.33f1
6000.0.6f1
6000.1.0a7
Issue ID
UUM-73721
Regression
No
“Graphics.CopyTexture with a region will not copy readable texture data for compressed formats” warnings are thrown when copying compressed texture regions
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Observe the Console window
Expected result: No warnings are thrown
Actual result: “Graphics.CopyTexture with a region will not copy readable texture data for compressed formats (source texture format 96)” warnings are thrown
Reproducible with: 2021.3.39f1, 2022.3.33f1, 6000.0.6f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 6000.0.10f1):
The condition for the "Graphics.CopyTexture with a region will not copy readable texture data for compressed formats" warnings has been fixed to be more strict and to match the documentation. When a CPU copy would not normally be attempted (ie., at least one texture is not readable), the warnings will not appear.
Resolution Note (fix version 2022.3.39f1):
The condition for the "Graphics.CopyTexture with a region will not copy readable texture data for compressed formats" warnings has been fixed to be more strict and to match the documentation. When a CPU copy would not normally be attempted (ie., at least one texture is not readable), the warnings will not appear.
Resolution Note (fix version 2021.3.42f1):
The condition for the "Graphics.CopyTexture with a region will not copy readable texture data for compressed formats" warnings has been fixed to be more strict and to match the documentation. When a CPU copy would not normally be attempted (ie., at least one texture is not readable), the warnings will not appear.