Top-down Shooter videogame created in the Unity Engine for Game Design & Engineering(CS9.438)
-
Install git
-
Install git lfs:
git lfs install
-
Clone the repo:
git clone <https or ssh clone link>
-
Create a new Unity
ver 2021.3.7f1
project with the 2D template and call itHHH
. -
Move the project to the git repo folder:
HelplessHopelessHapless/ ├─ .git/ ├─ HHH/ ├─ .gitattributes ├─ LICENSE ├─ README.md
-
You'll probably have to reopen the project in Unity Hub using the button in the top right. Make sure to remove the old project from the project list first.
-
Do contribution plz