AlexStormwood / BigfootUnityUtilities

Example of using Github Actions to generate Unity UPM & legacy packages.
2 stars 0 forks source link

Bigfoot Unity Utilities

Example of using Github Actions to do a few neat things from a devops & CI/CD perspective for a Unity project hosted in a Github repository.

This is mainly an educational example - the project, workflow & results are all visible.

What can I learn about?

Automated Unity Project Semantic Versioning

This is a process to update your project's version numbering on a variety of conditions while adhering to the general idea of semantic version numbering. It updates version numbering based on a variety of criteria!

Automated Package Generation

This is a process using a combination of scheduled & triggered workflows to build both ye olde ".unitypackage" files & UPM-ready packages. For the full write-up on how this repository handles automated package generation, please visit this page.

TODO