Skip to content

Sample game showing how to test your Unity2D games on CircleCI.

License

Notifications You must be signed in to change notification settings

isabella232/Unity2D-Demo-Game-CI-CD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity2D Demo Game CI/CD

Defend your pipeline in the cloud from bad code!

This demo project includes a simple 2D game, unit + integration testing, and an automated CI/CD pipeline for CircleCI.

Resources

CircleCI Config Docs - Documentation on the CircleCI config file.

Unity Scripting Reference - Documentation for the Unity Scripting API for C#.

Unity Learn - Unity's learning management system for beginners looking to get started.

The Pipeline

Within the .circleci/config.yml file is our CircleCI config which is set to run our pipeline on every commit to the repository.


Special Thanks

Much of this work is based off the work done by @GabLeRoux and his efforts to bring Unity3D to all CI platforms. See his unity3d-ci-example repo here.

About

Sample game showing how to test your Unity2D games on CircleCI.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.3%
  • Other 1.7%