diff --git a/content/knowledge-others/install-unity-version.md b/content/knowledge-others/install-unity-version.md index b141aa99..6e9f3fe6 100644 --- a/content/knowledge-others/install-unity-version.md +++ b/content/knowledge-others/install-unity-version.md @@ -6,11 +6,10 @@ aliases: - /knowledge-base/install-unity-version --- -Each build machine image has a specific version of Unity installed. You can find out the specific Unity version by consulting the build machine specification for [macOS](../specs/versions-macos) and for [Windows](../specs/versions-windows) instances. -## Use Codemagic's supported versions +## Quick install (macOS only) -If you need to use a different Unity version, then you can specify this version in your `codemagic.yaml` file like this: +If you need to install Unity, you would need to specify the preferred version in your `codemagic.yaml` file like this: {{< highlight yaml "style=paraiso-dark">}} workflows: unity-workflow: @@ -22,7 +21,7 @@ workflows: This will automatically install the specified Unity version to the build machine and set the `UNITY_HOME` to `/Applications/Unity/Hub/Editor//Unity.app` and you can continue building your app as described [here](../yaml-quick-start/building-a-unity-app/). -#### The supported Unity versions on Mac Pro (Intel) machines are the following: +**The available Unity versions are the following:** {{< tabpane >}} {{% tab header="2022.X" %}} - `2022.2.16f1` @@ -56,10 +55,11 @@ If you can't find your desired Unity version in the list, please contact us [her {{}} **Notes:** - These versions are the `Unity Editor (macOS x86_64)`, and have only the `macOS`, `Android`, and `iOS` modules. +- Mac machines with Apple silicon support Unity built for `x86_46` architecture. - If your app requires additional modules then you need to install it using [Unity Hub CLI](./-others/install-unity-version/#unity-installation-script) like this: `/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install-modules --version -m windows-mono`, this will install the windows modules for the specified` `. {{}} -## Download from Unity Hub CLI +## Download and install from Unity Hub It is possible to use the Unity Hub CLI to download and install a different Unity Editor version and target support files for that version. License activation and return takes place with the Unity version already installed on the machine, but building of the Xcode project or Android binary will use the version of Unity you install.