From 94563c582cbb297b910bf85e738f7af447317233 Mon Sep 17 00:00:00 2001 From: jrdoli Date: Sun, 3 Sep 2017 14:39:16 -0500 Subject: [PATCH] Added Unity3D git suggestions to README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650edac..a80f285 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# dream-machine -Dream Machine's Repo or CSCE 443 / VIST 487 +# 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](https://stackoverflow.com/questions/18225126/how-to-use-git-for-unity3d-source-control) +has lots of useful suggestions for making Unity3D play nice with Git. + +Namely, make sure you the Unity project is setup like this: + +1. Enable the `External` option in `Unity -> Preferences -> Packages -> Repository`. +2. Open the `Edit` menu and pick `Project Settings -> Editor`. +3. Switch `Version Control Mode` to `Visible Meta Files`. +4. Switch `Asset Serialization Mode` to `Force Text`. +5. Save the scene and project from the `File` menu.