Well I was working on EditorWindow script, and when tried to save a scene via code unity exits and deletes asset folder from my project.
Any one have any ideas how to restore any data? Or may be Unity did not just moved the folder, but I can't find it.
Here is my fault ;(
EditorApplication.SaveScene(Application.dataPath, true);
↧