Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.1.16f1
2022.2.0b8
2023.1.0a10
2023.2.0a1
2023.3.0a3
Issue ID
UUM-14479
Regression
No
Graphics.Blit does not work when destDephSlice is 1
To reproduce:
1. Open the user’s project
2. Switch to WebGL build
3. Build And Run
Expected result: Both squares are colorful
Actual result: One square is pink
Reproducible with: 2020.3.39f1, 2021.3.9f1, 2022.1.16f1, 2022.2.0b8, 2023.1.0a10
Reproduced on: Windows 10, macOS 12.5.1
Notes:
- Not reproducible in the Editor on Windows 10
- Reproducible in the Editor and in the Player on mac
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 ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
- Build Profile name increments when numeric suffix is removed from duplicate Profile name
- "Unrecognized block header in profiler data file, stopping deserialization" error is shown and no more profiler data is recorded when the Player is connected and profiler recording is enabled/disabled few times
- Shader error and warnings thrown when setting HDRP as an Active Target in Blank Shader Graph
- Visual Studio Code does not integrate with the project when the .slnx project is opened
Resolution Note:
Unfortunately WebGL does not support any of the extensions needed to render to a slice of a Texture2DArray, needed by the Blit function.
Resolution Note (2023.3.X):
Unfortunately WebGL does not support any of the extensions needed to render to a slice of a Texture2DArray, needed by the Blit function.