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
Externaloption inUnity -> Preferences -> Packages -> Repository. - Open the
Editmenu and pickProject Settings -> Editor. - Switch
Version Control ModetoVisible Meta Files. - Switch
Asset Serialization ModetoForce Text. - Save the scene and project from the
Filemenu.