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
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Tags window completely breaks and throws Exception errors when Adding a Tag to a GameObject
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note:
In 2023.1 IMGUI changed its text backend to use TextCore for which the issue isn't reproducible.