Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b1
2018.3.7f1
Issue ID
1133886
Regression
Yes
Crash on SemiNumericCompare when opening prefab
How to reproduce:
1. Open the attached project
2. Select Resources/Gem.prefab in the Project
3. Press "Open Prefab" in the Inspector
Actual result: Unity crashes.
Reproducible with: 2019.2.0a9, 2019.1.0b8, 2018.3.9f1, 2018.3.0b1.
Regression introduced in: 2018.3.0b1.
Not reproducible with: 2018.3.0a7, 2018.3.0a11.
Notes:
Some failed Assertions are thrown:
Assertion failed on expression: '!(m_Object.find(fileID) != m_Object.end() && m_Types[m_Object.find(fileID)->second.typeID].GetPersistentTypeID() != objectPersistentTypeID)'
The project may crash on import, in that case, delete all folders except "Assets" in the project directory.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Add comment