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

Check if forcing a scene save before merging would be smart #24

Closed FlaShG closed 9 years ago

FlaShG commented 9 years ago

What if there are some unsaved GameObjects? Their ids might kill our dictionaries.

FlaShG commented 9 years ago

Saving before merging would prevent errors like shown in #32 .