Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.65f1
Issue ID
UUM-112720
Regression
No
Crash on DrawGUITexture when rendering scene view window in a specific project
Reproduction steps:
- Open the attached project "CrashRepro"
- Close it and open it again
Expected result: Project opens
Actual result: Editor crashes
Reproducible with: 2022.3.65f1
Not reproducible with: 6000.0.54f1, 6000.1.12f1, 6000.2.0b10, 6000.3.0a3
Reproducible on: Windows 11
Not reproducible on: No other environment tested
First few lines of stack trace:
{noformat}
0x00007ff659c90a73 (Unity) DrawGUITexture
0x00007ff659d6c2b5 (Unity) GraphicsScripting::DrawTexture
0x00007ff65925c0a8 (Unity) Graphics_CUSTOM_Internal_DrawTexture{noformat}
Note: Sometimes crashes immediately when opening ClasePuzzle scene.
Note2: Sometimes crashes when quitting the editor with the project open.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is an issue with the old TextNative text framework. In 6000.0 we moved everything to the newer TextCore framework which seems to have also fixed this issue. We cannot backport this move back to 2022 or older, nor can we risk making core changes in 2022 or older on TextNative.