717 B
717 B
The Dream Machine
This repository houses Dream Machine's code and project files for CSCE 443 / VIST 487 - Game Development.
Special Unity Settings
This post on Stack Overflow has lots of useful suggestions for making Unity3D play nice with Git.
Namely, make sure you the Unity project is setup like this:
- Enable the
External
option inUnity -> Preferences -> Packages -> Repository
. - Open the
Edit
menu and pickProject Settings -> Editor
. - Switch
Version Control Mode
toVisible Meta Files
. - Switch
Asset Serialization Mode
toForce Text
. - Save the scene and project from the
File
menu.