This article explains the steps to install Unity Standard Assets on MAC OSX using homebrew cask
- App Name – Unity Standard Assets
- App Version – 2018.1.9f2,a6cc294b73ee
- App url – https://unity3d.com/unity
- App dmg file – packagedmglink
- App appcast link – https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json
Steps To Install Unity Standard Assets
- Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.
- Run the following command in terminal to install brew cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
- Now install Unity Standard Assets with the following command
brew install --cask unity-standard-assets
- Unity Standard Assets is installed now and ready to use!