This package aims at providing usefull editor extension that can be reused across project.
This feature is based on the script provided by tomkail and allows to display the scriptable object properties referenced in a monobheavior's inspector.
Modification done on the original script are the abstraction of the class and removal of the class CustomPropertyDrawer attribute.
This was done to avoid applying by default the property drawer on all scriptable object, which can be confusing if the project makes heavy use of scriptable object (like including the Localization or Addressable package).
To use this, you'll need to:
-
Create an Editor folder in your project
-
Use the contextual menu "Assets/Create/WAYN/Editor/ExtendedScriptableObjectDrawer" to create a templated editor script
-
Input the classname of the scriptable object for which you want to make a property drawer
##Using GIT To import this package to your project :
- Open the PackageManager
- Click on the "+" icon
- Add package from git URL
- Paste the git url of this porject