Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 640 Bytes

File metadata and controls

29 lines (16 loc) · 640 Bytes

unity-github-action

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

  1. Open this folder in Unity Editor 2020.1.10f1.
  2. Open Assets/Scenes/SampleScene.unity and 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.