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
- Crash when reimporting fbx asset used as tree by specific Terrain component
- The position of the "X" in the search section is not consistent with other search boxes in the engine
- Unable to pan outside of the active state viewing window in the Animator when the Play Mode is paused
- Window Zoom stops working after Editor window is moved
- Some package directories are not found, and errors are thrown in the Console when the project path is quite long
Add comment