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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Add comment