FlaShG / GitMerge-for-Unity

Unity plugin for merging sceneand prefabs files when using git.
GNU General Public License v2.0
197 stars 27 forks source link

Error in ObjectDictionaries.AddOurObject() #45

Closed randomPoison closed 9 years ago

randomPoison commented 9 years ago

Doing another scene merge I got an error from ObjectDictionaries.AddOurObject() due to duplicate keys in the dictionary. This turned out to be because there were multiple null components (which come from missing scripts, I believe).