FlaShG / GitMerge-for-Unity

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

Initialize Resources on Enable #53

Closed abeldantas closed 6 years ago

abeldantas commented 6 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.