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}
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:
- https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/pixel-perfect-fog-of-war-229484
- https://assetstore.unity.com/packages/3d/environments/fantasy/idyllic-fantasy-nature-260042
- https://assetstore.unity.com/packages/3d/environments/fantasy-landscape-103573
- https://assetstore.unity.com/packages/3d/props/guns/low-poly-weapons-vol-1-151980
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
To install the contents of the submodule for the first time, use:
git submodule update --init --recursive --remote