- Run the .exe with "Fantastic" option selected under Graphics Quality. (Else buttons eg Journal may not be sensitive due to Unity issues)
- Use directional arrow keys to move player
- Walk into a character or item to interact
- Press [Space] to continue interactions with NPCs via dialogue
- Press [X] to move between rooms
- There is also an [X] button on the buttom right of the screen
- Set up Git LFS. https://git-lfs.github.com/
- Set up Unity for Git.
- Set up automerging of scene files using Unity's YAMLMerge
- Append the following in the ~/.gitconfig configuration file, replacing the path to the YAML Merge tool with the merge tool location (generally follows a similar directory structure):
For Windows:
[merge]
tool = unityyamlmerge
[mergetool "unityyamlmerge"]
trustExitCode = false
cmd = 'C:\Program Files\Unity\Editor\Data\Tools\UnityYAMLMerge.exe' merge -p "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
For Mac:
[merge]
tool = unityyamlmerge
[mergetool "unityyamlmerge"]
trustExitCode = false
cmd = '/Applications/Unity/Unity.app/Contents/Tools/UnityYAMLMerge' merge -p "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
For versions of Unity 3D v4.3 and up:
- (Skip this step in v4.5 and up) Enable External option in Unity → Preferences → Packages → Repository.
- Open the Edit menu and pick Project Settings → Editor:
- Switch Version Control Mode to Visible Meta Files.
- Switch Asset Serialization Mode to Force Text.
- Save the scene and project from File menu.
Since we are gitignoring binary files and large files, we have to use Git large file storage to track changes to these files efficiently. https://help.github.com/articles/configuring-git-large-file-storage/
Generally, use git lfs track "*.ext"
to track a file of type extension if you find that the file you want to track is not being added.
Name | UPI | GitHub |
---|---|---|
Abby Shen | ashe848 | ashe848 |
Andrew Lyall | alya691 | Scoobster |
Brad Miller | bmil852 | bmil852 + commits from 'unknown' |
Mohan Cao | mcao024 | mohan-cao |
Michael Kemp | mkem114 | mkem114 |
Sejal Patel | spt098 | sejpat25 |
Sidharth Parthasarathy | spar743 | sidpartha1 |
Terran Kroft | tkro003 | itemic |