Unity modifies asset store and other cache locations

windows soft link

The default download address is C:\Users\username\AppData\Roaming\Unity\Asset Store

After cutting the entire Asset Store folder to D:\Asset Store, enter CMD with Win+R, and run
mklink /j "C:\Users\username\AppData\Roaming\Unity\Asset Store" "D:\ Asset Store"
folder properties to remove the read-only option, click OK to save.

Guess you like

Origin blog.csdn.net/weixin_44054505/article/details/89219240