Sample project for building a CI environment for Unity using GameCI with GitHub Actions.
You can see the actual execution of GameCI's GitHub Actions from the Actions tab.
- Activation
- Activate the Unity License required by GameCI.
- Test runner
- Run the PlayMode and EditMode tests and upload the results to the artifact.
- Builder
- WebGL build with GameCI and make it available on GitHub Pages.
- Here is the URL to check the WebGL build in GameCI.
Copy the sample you want to use from the folder containing the workflow files to the workflow folder of your own project, and feel free to use it by modifying it according to your needs!
- The
unityVersion
listed in the sample workflow file should be changed to match the version of your Unity project.
If you have any questions, please feel free to create an Issue or PR for you.