This repository contains a minimal Unity project used as an example for GitHub Actions / CI workflows.
Unity version
- Editor: 2020.1.10f1
Contents
Assets/— Scenes, scripts and tests.ProjectSettings/— Unity project settings.
Getting started
- Open this folder in Unity Editor 2020.1.10f1.
- Open
Assets/Scenes/SampleScene.unityand press Play.
Running tests
Use Unity Test Runner (Window → General → Test Runner) to run the tests in Assets/Tests.
Contributing
See CONTRIBUTING.md.
License
This project is licensed under the MIT License. See LICENSE.