Migrating and creating projects on an exFAT drive does not work.
closed
_spidget
Whenever you attempt to do this, it gives you a fatal error. After checking logs, it's saying that the project dependencies are not in a git directory.
Log In
Momo the Monster
marked this post as
closed
I was able to reproduce this by formatting a drive to exFAT.
Unfortunately, the core issue is that Unity cannot properly resolve git URLs on exFAT drives. It might be a permissions issue, as I created empty git repos to see if that helped, but found that they were "owned" by someone else, and Windows considers exFAT an "insecure" system and doesn't allow ownership to be set or changed. You'll need to file this issue with Unity to fix, sorry.
Momo the Monster
marked this post as
tracked