Search Issue Tracker
Duplicate
Votes
0
Found in
2017.1.0b6
Issue ID
914861
Regression
No
[.NET 4.6] Editor freezes upon exit, if anything was uploaded to a local cache server
Repro steps:
1. Open Unity and create a project
2. Go to "Edit" -> "Preferences..." -> "Cache Server" -> Change "Cache Server Mode" to "Local"
3. Go to "File" -> "Build Settings..." -> "Player Settings..." -> Change the "Scripting Runtime Version" to "Experimental (.NET 4.6 Equivalent)"
4. Restart Unity
5. Create a Cube in the Hierarchy window
6. Save the scene
7. Exit Unity
Expected result: Unity should close when you press the "Close" button
Actual result: Unity freezes and needs to be closed through the "Task Manager"
Reproduced with: 2017.1.0a6, 2017.1.0b7, 2017.2.0a1
Did not reproduce on: 5.6.1p1(As this doesn't have the new scripting runtime)
Note:
The bug happens when anything is created/deleted/modified, due to it being uploaded to the cache server.
IMPORTANT!
As the local cache server has bugs (#911116) that prevent it from working properly, you have to change where it is saved. For convenience, save it directly to any disk in a folder called "Cache"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #911456