Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0f3
Issue ID
940368
Regression
Yes
Compilation gets stuck on Deleting files in Libraries if access is denied
Steps to reproduce:
1. Create new project
2. Go to Libaries/ScriptAssemblies folder
3. Add a file that will get locked in use (like a small executable when run or a Word .doc document)
4. Run it/ Open it
5. In the new project, create a script and force a compile
6. Compiler will try to delete the file in use, perpetually throw an error and get stuck in compilation
Expected: Either the file in use will be ignored or error thrown and compilation stopped
Actual: Compilation tries to delete the file in perpetual limbo where it never ends until the file is deleted and compilation completes
Reproduced on 2017.1.0b1, 2017.1.0f3, 2017.1.0p3, 2017.2.0b6, 2017.3.0a3
Regression introduced in: 2017.1.0a3
Not reproduced on 5.6.3f1, 2017.1.0a1, 2017.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Add comment