Skip to content

UVASGD/fall-2024-zombie-crossing

 
 

Repository files navigation

Zombie Crossing

License: CC BY-NC-SA 4.0 Copyright: Matthew Alexander Brown, 2024

⚙ Installation

Install Unity 6000.0.23f1.

Then, to install the current version, use:

git clone https://github.com/UVASGD/fall-2024-zombie-crossing.git

Of, if you are specifying a version, append #{VERSION} to the end of the git URL.

git clone https://github.com/UVASGD/fall-2024-zombie-crossing.git#{VERSION}

Creating the Private Submodule

Next, if you do not have access to it, create a private git repository named fall-2024-zombie-crossing-private with the following assets installed to the root directory:

If you performed the previous step, run the following command, where <url> is the url of the fall-2024-zombie-crossing-private git repository:

git submodule set-url -- Assets/fall-2024-zombie-crossing-private <url>

Note

This is the only submodule used by the project

Updating the submodule

To install the contents of the submodule for the first time, use:

git submodule update --init --recursive --remote

About

student-game-developers-at-uva-fall-2024-ProjectTemplate created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 47.6%
  • ShaderLab 43.9%
  • HLSL 8.5%