FlaShG / GitMerge-for-Unity

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

Initialize Resources on Enable #53

Closed abeldantas closed 7 years ago

abeldantas commented 7 years ago

Instead of initializing on the static ScriptableObject constructor, that is deprecated. Unity 5.6+ doesn't seem to allow the static constructor on ScriptableObjects.