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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.