/UnityLearning-FlorpyBlorb-Source

Source code for FlorpyBlorb Demo Game

Primary LanguageC#

UnityLearning - FlorpyBlorb Source

Source code for FlorpyBlorb Demo Game https://www.youtube.com/watch?v=XtQMytORBmM

Initial Setup

I'm using Visual Studio Community 2022 and Unity 2022.3.28f1 (LTS) The code auto complete did not work out of the box, but following this guide fixed it: https://blog.terresquall.com/2020/11/fixing-visual-studios-intellisense-autocomplete-in-unity/

Visual Studio Hotkeys

Formatting: https://stackoverflow.com/questions/4942113/is-there-a-format-code-shortcut-for-visual-studio

Two-step hotkey:

  • Ctrl + E, THEN Ctrl + D (document) OR Ctrl + F (selection)

Hosting WebGL Projects on Github Pages

https://dev.to/dhruv194/host-your-unity-games-online-for-free-using-github-3ei8

Publishing to Github Pages has a few extra steps: https://refactoring.ninja/posts/2021-07-15-publishing-a-unity-webgl-game-from-scratch-in-under-30-minutes/#create-unity-project

Game.ci for publishing to Github Pages via Actions

https://game.ci/docs/github/getting-started