We are having trouble with meta files being created on my machine for empty folders and being removed for empty folders on another machine. This makes using git difficult cause these files keep showing up in change list on either my machine or the other machine.
Any idea if there is a setting we are missing in Unity to get them in line.
When you pull from git does the empty folders appear in your clone directory?
If not then that is whats causing the error, if the folder doesn’t exists then unity will delete the meta file.
This post will help you. It explains why this happens and suggests solutions.
http://altprog.com/en/2014/10/28/empty-folders-meta-files-unity-3d-and-git/