Search Issue Tracker
By Design
Votes
0
Found in
2017.1.1f1
Issue ID
955094
Regression
No
Deleted folder stays in the project browser after calling ADB.StartAssetEditing() (and not calling StopAssetEditing)
To reproduce:
1. Open the attached project (repro.zip);
2. Reimport "BELT_leather" sprite (Assets > Sprites > Test1 > bow);
-"SpriteSheets" folder will be created;
3. Delete "SpriteSheets" folder (Assets > SpriteSheets);
-notice it is still shown in the Project Window.
4. Restart the project;
-notice "SpriteSheets" is gone.
5. Reimport "BELT_leather" sprite (Assets > Sprites > Test1 > bow);
6. In the "SpriteImporter.cs" comment out 122 and 135 lines;
7. Delete "SpriteSheets" folder.
Expected result: deleted folder does not stay in the Project Window after calling AssetDatabase.StartAssetEditing().
Actual result: deleted folder stays in the Project Window after calling AssetDatabase.StartAssetEditing().
Reproduced on versions: 2017.1.0a6, 2017.1.1p3, 2017.2.0f2, 2017.3.0b3.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment