install-unity icon indicating copy to clipboard operation
install-unity copied to clipboard

Script to install Unity 3D versions from the command line on macOS

Results 5 install-unity issues
Sort by recently updated
recently updated
newest added

Added Windows support to the project. Had to remove net472 support and go directly to net6, so I'm not sure if Mac support still works.

Added `app.manifest` for admin privilege request. Running install-unity will now prompt user for admin credentials. The downside is that not all methods in install-unity require admin consent, but it will...

Hi, first off, thanks for this tool, it has been really helpful as I need to manage multiple Unity installations on each of several machines. It seems that v2.12.0 of...

I know that the rename is intentional but with that, the unity path that all my batch script will stop working during that time. Is there any way to disable...

Never versions of Unity does not support whitespace when building for Android. After some googling I decided to fork your repo and try this theory for myself and it turns...