+
+
+
+
+
The fastest and **easiest** way to automatically test and build any Unity project!
----
+Part of the open source project.
+
+
+
+[](https://github.com/webbertakken/unity-actions/actions?query=branch%3Amaster+event%3Apush+workflow%3A"Actions%20%F0%9F%98%8E")
+
+
+
+
#### Supported versions
-It's generally considered good practice to use the same Unity version for Unity Actions as you do to develop your project.
-
Unity Actions are based on the
[unity3d](https://gitlab.com/gableroux/unity3d)
images from
@@ -53,7 +60,7 @@ can be used to test and build projects.
| [Build for Windows](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#windows) |
| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#linux) |
| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#macos) |
-| [Build for Android](https://github.com/marketplace/actions/unity-builder) | ❕ | In progress |
+| [Build for Android](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#android) |
| [Build for iOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#ios) |
| [Build for Windows store](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
| [Build for PS4](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
@@ -67,20 +74,25 @@ can be used to test and build projects.
There are two parts to setting up Unity Actions;
-- Configuring a license
-- Setting up a workflow
+- Understand how Github Actions works
+- Configuring a license from Unity
+- Setting up a workflow for your project
+
+**Detailed setup instructions can be found in the [docs](https://unity-ci.com/docs) at [unity-ci.com](https://unity-ci.com).**
#### First time using GitHub Actions?
Read the official documentation on how to setup a
[workflow](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow).
-Any subsequent steps assume you have read the above.
+Any subsequent steps assume you have read the above.
### Setting up license
All actions utilize an installment of Unity, and as such need to be activated.
+It's generally considered good practice to use the same Unity version for Unity Actions as you do to develop your project.
+
To set up your license for use in Unity Actions, create a file called
`.github/workflows/activate.yml` in your repository and follow the steps for
either `personal` or `professoinal` license below.
diff --git a/media/Discord-Logo.svg b/media/Discord-Logo.svg
new file mode 100644
index 0000000..fcaa221
--- /dev/null
+++ b/media/Discord-Logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/media/UnityActions-Logo.png b/media/UnityActions-Logo.png
new file mode 100644
index 0000000..e16b627
Binary files /dev/null and b/media/UnityActions-Logo.png differ
diff --git a/media/UnityCI-ReferenceLogo.png b/media/UnityCI-ReferenceLogo.png
new file mode 100644
index 0000000..9931b1c
Binary files /dev/null and b/media/UnityCI-ReferenceLogo.png differ