Skip to content

mrpropellers/ssj22-3

Repository files navigation

Setting up the Project

Download Unity

Download/Install Unity Hub

https://unity3d.com/get-unity/download

Install Unity

Download this Project

You can download and install the project either via Github Desktop or by using the git CLI (command-line interface) -- most folks should opt to use Github Desktop unless you're already comfortable with - or want to learn how to use - the CLI

Using Github Desktop

  • If you don't know git very well, the best way to clone this project is to use https://desktop.github.com/ -- the website will have instructions for setting up github and cloning this repository.
  • To open the project, you will need to have the git CLI installed

Using git CLI

  • This project uses submodules, so you'll need to clone using git clone --recurse-submodules https://github.com/mrpropellers/ssj22-3.git
  • If you already cloned without the above flag, you can do git submodule update --init --recursive inside the repo to pull the submodules
  • You'll need to manually initialize git LFS as well, once cloned use git lfs install and git lfs pull to pull any binary files

Open the Project in Unity

From the Unity Hub | Projects tab, click "Open," navigate to where Git checked out the project, and select the GGJ2022Project directory

Ask for help if you need it!

There are several people in the Discord that can help you if you get stuck!

Acknowledgements

Splat/Goo effects taken from https://github.com/mixandjam/Splatoon-Ink
Character Controller binaries built from example code by TaroDev: https://www.patreon.com/tarodev
Health Bar/Damage Popup effects based on example code from Code Monkey: https://unitycodemonkey.com/
Mossy Stone: https://opengameart.org/content/mossy-stone-rock

About

Slug Fest [PIGSquad Summer Slow Jams '22 - Boss Fight]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages