Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hdsenevi/ef45ca7449a24dacbdb54fdc4599ed4e to your computer and use it in GitHub Desktop.
Save hdsenevi/ef45ca7449a24dacbdb54fdc4599ed4e to your computer and use it in GitHub Desktop.
Instructions on how to install Unity game engine on a mac that you don't have sudo (local admin) permissions on

Instructions on how to install Unity game engine on a mac that you don't have sudo (local admin) permissions on

Prerequisites

  1. mac that you have local admin on (MAC_WITH_ADMIN)
  2. mac that you don't have local admin on. That you want to run Unity on (MAC_NO_ADMIN)
  3. Unity Hub and Unity version installed on MAC_WITH_ADMIN
  4. a way to copy files from MAC_WITH_ADMIN to MAC_NO_ADMIN

Steps

  1. Zip both Unity folder and Unity hub into an archive
  2. copy archive files from MAC_WITH_ADMIN to MAC_NO_ADMIN
  3. unzip file on MAC_NO_ADMIN
  4. run Unity hub
  5. manual activate if needed
  6. locate Unity version
  7. if you are getting "unity is damadged and can't be opened" follow the accepted answer on this stack overflow question https://apple.stackexchange.com/questions/58050/damaged-and-cant-be-open-app-error-message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment