Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.2.0a2
Issue ID
703247
Regression
No
Confusing error messages being shown when opening a scene
Open "GemPile Example" scene in attached project and notice the following assert messages:
"Do not use ReadObjectThreaded on scene objects!
UnityEditor.AssetDatabase:OpenAsset(Int32, Int32)
UnityEditor.AssetDatabase:OpenAsset(Int32) (at C:\buildslave\unity\build\artifacts\generated\common\editor\AssetDatabaseBindings.gen.cs:259)"
and
"!(GetPersistentManager ().IsStreamLoaded (pathName) && !GetPersistentManager ().HasMemoryOrCachedSerializedFile (pathName))
UnityEditor.AssetDatabase:OpenAsset(Int32, Int32)
UnityEditor.AssetDatabase:OpenAsset(Int32) (at C:\buildslave\unity\build\artifacts\generated\common\editor\AssetDatabaseBindings.gen.cs:259)"
It's not a regression, but the messages are super confusing for the user
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
Add comment