Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.1.0a9
Issue ID
UUM-14122
Regression
No
Editor crashes on UTF16String when entering Play Mode
How to reproduce:
1. Open the user attached project "Voxel-Experimentation.zip"
2. Enter Play Mode
Reproducible with: 3.0.6 (2020.3.31f1, 2021.1.28f1, 2021.2.7f1, 2022.1.0b2, 2022.2.0a8)
Could not test with: 3.0.6 (2019.4.34f1, 2020.2.7f1 (due to compiler error))
Note: The crash is caused by a script called "Biome 1.cs" which is attached to "WorldManager" GameObject
Compiler error: Library\\PackageCache\\com.unity.render-pipelines.universal@10.6.0\\Runtime\\UniversalRenderPipelineCore.cs(525,29): error CS0117: 'SystemInfo' does not contain a definition for 'supportsStoreAndResolveAction'
First lines of stack trace:
0x00007ff72dc26dab (Unity) UTF16String::UTF16String
0x00007ff72e815730 (Unity) TextRenderingPrivate::TextMeshGeneratorImpl::TextMeshGeneratorImpl
0x00007ff72e81971c (Unity) TextRenderingPrivate::TextMeshGeneratorImpl::Get
0x00007ff72e804a76 (Unity) TextRenderingModule::TMGenGet
0x00007ff72caf83aa (Unity) IMGUI::GetGenerator
0x00007ff72caf808a (Unity) GUIStyle::GetGenerator
0x00007ff72caf2b1d (Unity) GUIStyle::DoCalcSize
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:
In 2023.1 IMGUI changed its text backend to use TextCore for which the issue isn't reproducible.