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
- [iOS] "EXC_BAD_ACCESS" Player crash when Script Debugging is enabled
- Cursor skips input fields when tabbing between two sets of input fields
- "Shader error redefinition of 'Varyings'" error appears when selecting the shader
- Crash after the “State comes from an incompatible keyword space“ log when opening the project
- [Android] GameObject are not rendered at all or rendered black when in the custom shader “multi_compile_instancing“ is enabled with two “float4” instance properties are present on older devices
Add comment