--- name: Unity WebGL Template summary: A GitHub repo template for easily deploying Unity games to GitHub pages. timespan: from: 2021 to: 2022 tags: - unity - github-actions - CI/CD links: github: Bwc9876/UnityWebGLTemplate other: - label: Example Site url: https://bwc9876.github.io/UnityWebGL/ image: ./unity-webgl.webp --- import ExtLink from "@components/ExtLink.astro"; export const components = { a: ExtLink }; This template was a way for game developers to easily deploy their Unity games to GitHub pages. It was mostly a way for me to learn more about GitHub actions and CD in general. An [example game](https://bwc9876.github.io/UnityWebGL/) is available that was made with the action.