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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment