Closed StephenHodgson closed 3 years ago
I tried digging into this in depth yesterday, and it seems to be a bug with the Unity AssetDatabase. The editor seems to freeze up if a folder with an directory junction (symlink) is inside the project's asset folders and the reference to that junction is no longer valid.
This typically is the case when using a SVC like GIT to change between branches and a previously valid link is removed.
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
When updating to a branch where a symbolic link has been deleted or removed the symbolic linker will cause the editor to hang indefinitely.
To Reproduce
Expected behavior
Project should open without delays
Actual behavior
Project hangs when trying to open the project where a link was removed.
Your Setup