Skip to content

Instantly share code, notes, and snippets.

@ByteDecoder
Last active November 1, 2021 02:40
Show Gist options
  • Save ByteDecoder/ee6d96ac1756a5d872a516824f83bdb1 to your computer and use it in GitHub Desktop.
Save ByteDecoder/ee6d96ac1756a5d872a516824f83bdb1 to your computer and use it in GitHub Desktop.
Move unity assets to another hard drive with more space instead of the OS hard drive default installation (Windows)

Steps:

1.- Create the destination directory in the desired drive with space, a lot of GB space

2.- Then copy all the content from %USERPROFILE%\AppData\Roaming\Unity into this new directory

3.- Delete the entire directory %USERPROFILE%\AppData\Roaming\Unity

4.- As and admin execute the command prompt and type:

mklink /D "%USERPROFILE%\AppData\Roaming\Unity" "D:\Unity Assets\"

Note Replace *D:\Unity Assets* with the name of your directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment