This will be a great game, where hopefully you might even be able to play it!
Name | GitHub | UoA UPI |
---|---|---|
Winston Zhao | @winstonzhao | wzha539 |
Simon Su | @sloushsu | zsu801 |
Tina Chen | @twchen97 | tche278 |
Rebekah Berriman | @rmberriman | rber798 |
Carl Tang | @Carl-Tang | ytan415 |
Reuben Rakete | @rocketbang | rrak789 |
Franklin Wang | @Gnawf | fwan182 |
Sean Oldfield | @SheepySean | sold940 |
To use the built in Unity merge tool to merge unity .asset
, .prefab
, and .unity
files,
some changes must be made to your git config file.
Add the following to your ~/.gitconfig
:
[merge]
tool = unityyamlmerge
[mergetool "unityyamlmerge"]
trustExitCode = false
keepTemporaries = true
keepBackup = false
path = 'C:\\Program Files\\Unity\\Editor\\Data\\Tools\\UnityYAMLMerge.exe'
cmd = 'C:\\Program Files\\Unity\\Editor\\Data\\Tools\\UnityYAMLMerge.exe' merge -p "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
Edit the above paths to match your own enviroment
(mac = "/Applications/Unity/Unity.app/Contents/Tools/UnityYAMLMerge")
Find more info here
- Checkout the “FINAL” branch from github
- Open the game by and start running the game through Unity navigating to the ‘Menu’ scene (
Assets\Scenes\Menu.scene
) - Press the run scene button located in the the Unity interface.
- Make sure your screen aspect ratio is set to one of our supported ratios (16:9, 16:10, or 4:3)
- Once your aspect ratio is correct, press "Play" to begin!
If you want to clear all saved data (and start from the beginning), refer to Resetting Local History
- Now you’ve reached the lobby, you can wondering and around talk the NPCs by pressing spacebar when within sufficient distance and then pressing the spacebar again to progress through the dialogue.
- Walk to the elevator and progress to the Leech level, you’ll know when you’ve reached this level when you’re in a level with many stalls listing different engineering specializations on them.
- Talk to any of the instructors standing nearby to the stalls and choose the ‘Play [Specialization] Game’ button when presented the option. Follow the instructions to progress through the selected minigame.
- Open 2 instances of the game either on different systems or on the same system.
- Making sure you’re on the same level, you should see the other player’s character moving throughout the scene.
- You can make sure the multiplayer is working by using the chat feature, this is done by pressing enter to allow text input into the textbox and then pressing enter again to send the message.
- You should observe a dialogue bubble instantiate above the corresponding players’ head.