Search Unity

[RELEASED] Quick Eye - ScriptableObject Helper

Discussion in 'Assets and Asset Store' started by ErnestSurys, Aug 13, 2018.

  1. ErnestSurys

    ErnestSurys

    Joined:
    Jan 18, 2018
    Posts:
    94
    Hi!

    So I just released set of tools to streamline the way you use ScriptableObjects in your project.
    I contains Improved ScriptableObject Property Drawer, some Editor Windows and editor scripting API.

    Improved Property Drawer lets you skip most tedious parts of working with Scriptable Objects:
    • Adding Attribute with custom directory path to you Scriptable Object class.​
    • Creating / Looking for above-mentioned directory in Project View​
    • Looking for Context Menu Item​

    Property Drawer:




    Directories
    where asset are stored are generated automatically, you can customize those paths in preferences window or you can leave those with defaults settings and never even think about it.



    You can quickly inspect assigned asset in separate inspector window, without the need to jump between selected objects in your Project View.

    You can use this asset browser and Inspector view in your own Editor Scripting as most of the main classes used to create this Property Drawer were created with this thing in mind.

    There are also some other stuff like Editor Windows and Generic create-> ScriptableObject context menu additions. But you can check them out for yourself as the Lite version of this asset has everything the paid version has except source code.

    Have fun, and feedback is much appreciated.