Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2018.3.0a4
Issue ID
1056463
Regression
No
[Backend] Assertions appear while dragging missing asset prefab instance to project browser
Steps:
1. Create Cube and Sphere as child
2. Make a prefab out of it (left instance in the scene)
3. Delete prefab asset
==> Cube and Sphere is red now
4. Delete Sphere
==> Color changed of Cube is changed as it was plain GameObject
5. Drag Cube to the Project browser
==> Confirmation window appears (as it thinks it is a prefab instance)
6. Choose Original Prefab
==>
"AssetImporter is referencing an asset from the previous import. This should not happen."
"Assertion failed on expression: '!GetPersistentManager().IsStreamLoaded(metaDataPath)'"
"Asset import did not unload metadata path. This will leak memory. File a bug with repro steps please. (Assets/Cube.prefab)"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment