Search Issue Tracker
Fixed
Fixed in 2022.3.58f1, 6000.0.38f1, 6000.1.0b5, 6000.2.0a2, 7000.0.0a18
Votes
0
Found in
2022.3.53f1
6000.0.29f1
6000.1.0a6
6000.2.0a1
7000.0.0a1
Issue ID
UUM-89001
Regression
No
Red dots are rendered when copying texture with ASTC format and CompressGpu
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Click the Button with the text “Test Copy Texture“
5. Observe the Game view
Expected result: Images with grass and blue trails are present
Actual result: Images with red dots are present
Reproducible with: 2022.3.53f1, 6000.0.29f1, 6000.1.0a6
Reproducible on:
Play Mode
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Does not reproduce with CompressCPU
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note (fix version 7000.0.0a18):
ASTC texture format is not supported on Windows, so CopyTexture via the GPU will not correctly layout the texture data. A warning has been added when running CopyTexture with formats unsupported by the current device.
Resolution Note (fix version 6000.2.0a2):
ASTC texture format is not supported on Windows, so CopyTexture via the GPU will not correctly layout the texture data. A warning has been added when running CopyTexture with formats unsupported by the current device.
Resolution Note (fix version 6000.1.0b5):
ASTC texture format is not supported on Windows, so CopyTexture via the GPU will not correctly layout the texture data. A warning has been added when running CopyTexture with formats unsupported by the current device.
Resolution Note (fix version 6000.0.38f1):
ASTC texture format is not supported on Windows, so CopyTexture via the GPU will not correctly layout the texture data. A warning has been added when running CopyTexture with formats unsupported by the current device.
Resolution Note (fix version 2022.3.58f1):
ASTC texture format is not supported on Windows, so CopyTexture via the GPU will not correctly layout the texture data. A warning has been added when running CopyTexture with formats unsupported by the current device.