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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.