This repository houses Dream Machine's code and project files for CSCE 443 / VIST 487 - Game Development.
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.