Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0a6
Issue ID
1019989
Regression
No
ScriptedImporter generates an error when trying to create a new scene
1. Open the provided project
2. Browse for the level.dat file in Assets-->SamOatesGames --> UnityMineCraft --> Examples --> Flat World
3. Right click on level.dat and reimport the asset
Result
An error message appears in the console:
"UnloadUnusedAssets incorrect caused some assets to load. This can easily cause deadlocks or crashes."
Note:
The scriptedImporter is creating a new scene upon import and this is probably what causes the error to appear.
Note on why this is being resolved as "won't fix": scenes are application state constructs that at the moment and are not treated as actual assets: there is no Scene Asset type and in the context of an importer, scene don't make sense since they cannot be the output of a scripted import event and when creating a scene it actually alters the global state of the application which violates what importers are allowed to do.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Add comment