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
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Resolution Note:
In 2023.1 IMGUI changed its text backend to use TextCore for which the issue isn't reproducible.