Search Issue Tracker
In Progress
In Progress in 6000.5.X
Votes
0
Found in
6000.0.66f1
6000.3.4f1
6000.4.0b5
6000.5.0a5
Issue ID
UUM-133006
Regression
No
Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
How to reproduce:
1. Have the latest version of RenderDoc installed on your PC
2. Unpack the attached "IN-131449_sandbox.zip" project
3. Open the "capture" file from Assets/RenderDocCaptures folder in RenderDoc
4. Navigate to the DrawIndexedInstance(6, 1) (Event ID 335) in the Event Browser
5. Select the Mesh Viewer tab and scroll to the right until TEXTCOORD0 and TEXCOORD1
6. Observe the last two columns of TEXCOORD0 and first two columns of TEXCOORD1
Actual result: The last two columns of TEXCOORD0 (it's ZW values) are copied from the first two columns of TEXCOORD1 (it's XY values)
Expected result: The last two (ZW) columns of TEXCOORD0 do not get populated with next values from first two (XY) columns of TEXCOORD1
Reproducible with: 2023.1.0a10, 6000.0.66f1, 6000.3.6f1, 6000.4.0b6, 6000.5.0a5
Could not test with: 2023.1.0a1 (script compilation errors)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment