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
- [iOS] ListView is flickering when scrolling over the end
- The Aspect Ratio Fitter Component on a Prefab displays a parent-related warning despite the Prefab's inability to have parents when "Envelope Parent" or "Fit In Parent" modes are used
- HDRP Color Picker preview rectangle doesn’t update when adjusting colors for Camera Background Type Color
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
Resolution Note:
In 2023.1 IMGUI changed its text backend to use TextCore for which the issue isn't reproducible.