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

Clean up tool window class #31

Closed FlaShG closed 9 years ago

FlaShG commented 9 years ago

Adding the prefab support ( #3 ) made GitMergeWindow.cs pretty messy. There are a lot of scene-specific methods now that have a redundant looking counterpart for prefabs. Clean up that mess!