Skip to content

UVASGD/fall-2024-zombie-crossing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

Warning

Some of the above packages may not be immediately compatible with URP, so you must select Edit/Rendering/Materials/Convert Selected Built-in Materials to URP with the full contents of the following directories selected:

  • FantasyEnvironments/Environments/Materials/
  • FantasyEnvironments/Environments/Town/Materials/
  • Low Poly Weapons VOL.1/

If you needed to perform these steps, 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# 57.3%
  • ShaderLab 35.7%
  • HLSL 7.0%