Home > Software design >  Failed to install unity editor
Failed to install unity editor

Time:10-14

Every time I try to download unity editor this error pops up.

Download failed: permission denied, mkdir '/Volumes/Visual Studio for Mac Installer 2'

I tried deleting unity and downloading it again, but still the same error pops up.

CodePudding user response:

Unity can't create that folder because it doesn't have permission. Simply create that folder in that directory and install it.

CodePudding user response:

Make sure to login from an account with admin rights.

  • Related