Mac How To Run Unity App

Mac

(This was actual for unity version 5.5.1f1 and lower)

It's something that happened recently, but for some reason now my Mac build won't run. It closes as soon as I open it. I'm building in on windows, and I've tried with transfering the build on the mac as it is, and by compressing it first, but still the same. For watch-only apps, you can run the watchOS app over the paired iOS device. For more details on capabilities and code signing, see Adding Capabilities to Your App. Click the Run button to build and run the app on the selected simulated or real device. View the status of the build in the activity area of the toolbar.

The steps below are only for the case when you are sure that you want to test your Unity application for Android platform directly in Android Studio in Emulator. For this:

  1. You need to export your application in Unity for Android platform – File/Build Settings… If you do not check “Export project” checkbox you will have “Build” button instead of “Export”.
  2. Click “Export”.
  3. Start Android Studio. Make sure that you already have everything set up – Android SDK and JAVA_HOME variable.
  4. In Android Studio choose “Open an existing Android Studio project” then navigate to the just exported project folder.
  5. Shift+10 or Run, choose Emulator (you can also choose your Device).

In most cases you would not need to test your application like this. You will just work in Unity, “Build” the app for Android platform in Build Settings window and then test created *.apk file on any Android device clicking “Play” in Unity Editor. . For this you will need to have Unity Remote app installed on the Android device.

Setting up Unity Remote to test on the device from Unity:

  1. Download Unity Remote app in Play Store for Android device
  2. Connect your device to PC using USBcable
  3. In Unity go to Edit->Project Settings-> Editor and select Any device.
  4. Restart Unity so it will pick up Unity Remote.
  5. Click “Play” in Unity.

About the App

  • App name: Unity
  • App description: unity (App: Unity.pkg)
  • App website: http://unity3d.com/unity/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    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
    and press enter/return key.
    If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
  3. Run:
    brew cask install unity
Unity mac build

Done! You can now use Unity.

Mac How To Run Unity Apps

Similar Software for Mac