Files for my website bwc9876.dev
at main 28 lines 723 B view raw
1--- 2name: Unity WebGL Template 3summary: A GitHub repo template for easily deploying Unity games to GitHub pages. 4timespan: 5 from: 2021 6 to: 2022 7tags: 8 - unity 9 - github-actions 10 - CI/CD 11links: 12 github: Bwc9876/UnityWebGLTemplate 13 other: 14 - label: Example Site 15 url: https://bwc9876.github.io/UnityWebGL/ 16image: ./unity-webgl.webp 17--- 18 19import ExtLink from "@components/ExtLink.astro"; 20export const components = { a: ExtLink }; 21 22This template was a way for game developers to easily deploy their Unity games 23to GitHub pages. 24 25It was mostly a way for me to learn more about GitHub actions and CD in general. 26 27An [example game](https://bwc9876.github.io/UnityWebGL/) is 28available that was made with the action.