Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0a5
Issue ID
751685
Regression
Yes
Unity crashes sometimes after deleting asset files from project folder
Steps to reproduce:
1. Open Unity;
2. Create new project and scene;
3. Import Vehicles package from Standart assets (Assets --> Import Package --> Vehicles);
4. In the Editor's Project window go to Assets - Standart Assets - Vehicles - Car - Models;
5. Drag 'SkyCar.fbx' model to the Scene view;
6. Right click on 'SkyCar' model and click "Show in Explorer";
7. Delete "SkyCar.fbx" file from the project folder in file explorer;
8. Click on red SkyCar prefab in Hierarchy view.
Actual result:
Unity crashes (see attached gif video).
Last calls in the stacktrace:
0x00000001400D6F53 (Unity) RenderNodeQueue::Cleanup
0x00000001400D705B (Unity) RenderNodeQueue::~RenderNodeQueue
0x0000000140B9B35E (Unity) GrayscaleFilterEffect::RenderGrayscaleFade
0x0000000140B9B430 (Unity) GrayscaleFilterEffect::RenderGrayscaleFade
0x0000000140B9B495 (Unity) GrayscaleFilterEffect::RenderGrayscaleFade
0x0000000140B9B56C (Unity) GrayscaleFilterEffect::RenderGrayscaleFade
Regression introduced in Unity 5.4.0a5.
Please notice, that crash may not happen each time.
Expected result:
Editor should not crash after deleting fbx files from project folder.
Notes:
- Reproduces in 5.4.0b5;
- Crash also happens when deleting .spm files (SpeedTree assets);
- Reproduces on both Windows 10, Windows 8.1 and on OSX 10.11.3;
- To reproduce this crash more likely the viewpoint in the scene should be situated very close to the model itself (see attached video for clarity);
- Crash also happens when deleting files from Editor's Project tab;
- Crash may produce different stacktrace or even not to launch bugreporter.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Add comment