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
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
- GameObjects are not rendered when using a fragment shader with RWStructuredBuffer in URP
Resolution Note:
In 2023.1 IMGUI changed its text backend to use TextCore for which the issue isn't reproducible.