SolidAlloy / GenericUnityObjects

Generic UnityEngine.Objects
Other
167 stars 13 forks source link

Examples have compilation errors #36

Open Ivan-Vankov opened 2 years ago

Ivan-Vankov commented 2 years ago

Two of the compilation errors in the ScriptableObject example are easy to fix. Just need to include have using SolidUtilities; instead of using SolidUtilities.Attributes; image image

I don't know where DidReloadScriptsOrder comes from tho. image The last error is also present in the MonoBehaviour example.