/unity3d-starter

the barest minimest I use for all Unity 3D repos

Initial Unity3D project

  1. Create a project with Unity
  2. Edit → Project Settings → Editor → Version Control Mode: Visible Meta Files
  3. Edit → Project Settings → Editor → Asset Serialization Mode: Force Text
    cd ~/path/to/unity/project/
	
    git clone https://github.com/thunderrabbit/unity3d-starter.git  tmp
    cp tmp/.gitignore tmp/README.md .
    rm -rf tmp
    git init