FlaShG / GitMerge-for-Unity

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

Make ObjectIDFinder.GetIdentifierFor an Object extension method #8

Closed FlaShG closed 9 years ago

FlaShG commented 9 years ago

Having the method check for not null is awesome. An extension method would create the need to do a null check before calling.