Search Issue Tracker
Fixed in 2023.1.5f1
Fixed in 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a1
Votes
0
Found in
2023.1.0b5
2023.2.0a3
2023.3.0a1
Issue ID
UUM-27766
Regression
Yes
Crash on core::basic_string<char,core::StringStorageDefault<char> >::basic_string<char,core::StringStorageDefault<char> ><char const * __ptr64> when using the Serializable Inflated Generics feature
Reproduction steps:
1. Open the attached “repro-project“
2. Load the “SampleScene“ scene (Assets/Scenes)
3. In the Hierarchy window select the “World” GameObject
4. Right-click on the “World Hex Manager (Script)” component and select "Update Spawned Hexes"
5. Observe the crash
Reproducible with: 2023.1.0a25, 2023.1.0b5, 2023.2.0a3
Not reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.8f1
Could not test with: 2023.1.0a1, 2023.1.0a24 - due to errors relating to the script
Reproduced on: Windows 10 Pro
First few lines of the stack trace:
0x00007FFE51266770 (Unity) core::basic_string<char,core::StringStorageDefault<char> >::basic_string<char,core::StringStorageDefault<char> ><char const * __ptr64>
0x00007FFE5186E280 (Unity) TypeTreeQueries::ReadStringFromBuffer
0x00007FFE5186975C (Unity) TypeTreeQueries::GetFullTypeNameFromReferencedType
0x00007FFE52785E22 (Unity) TypeTreeQueries::WalkReferenceRegistryInstances<SerializedManagedReferencesIndex>
0x00007FFE5278C45B (Unity) SerializedManagedReferencesIndex::GetReferencePositionFromOffsetInsideRegistry
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Duplicated groups and incorrect grouping in UI Builder when using UxmlElementAttribute: libraryPath
- Asset name is not shown in the Undo History window when a sprite is modified
Add comment