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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
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.