Search Unity

[RELEASE] Editor Utilities - Custom Inspector Builder

Discussion in 'Assets and Asset Store' started by chloroplastgames, Feb 16, 2017.

  1. chloroplastgames

    chloroplastgames

    Joined:
    Sep 10, 2014
    Posts:
    6

    Our plugin called Editor Utilities is released on the asset store!

    We will aprecciate all your feedback!

    Build fast your inspector scripts and save up to 95% code lines and development time. Get a beautiful and user friendly inspector for your scripts without fighting with the Unity Editor API.




    Features:
    • Supports multiply property types. More than 20 and more soon...

    • All property options in one code line (Inspector label name, Inspector tooltip, Property reference and Units).
    • Disable properties easily.

    • Manage your collectiosn (lists, arrays...) with reorderable list, more usable than a common Unity list. And additional buttons and tools to do this.
    • Two layouts types of reorderable list. Vertical (all properties of each list element one below the other) and Horizontal (all properties of each list element next to each other). Custom width for properties of horizontal layout.

    • Put a link to a documentation file or URL of your scripts on each component inspector.
    • Remove a component from an object fast with a button on each component inspector.
    • Copy, paste and paste as new component all values from a component. Works on play and edit mode.
    • Save or restore a back up values or settings from a component. Works on play and edit mode.

    • Set required components as dependencies to a component. Inspector warnings you of each dependency and let you add all required components. Without using the annoying Unity attribute.

    • Useful user manual and API reference. All code well documented.
    • Example scripts and source code included.
    • Support forum and new features on each update.

    User manual
    API reference
    Ask anything in the Unity forum topic
    Support forum topic
    Contact information here
    Contact us to suggest new features


    This asset is part of Chloroplast Games Framework (CGF).
     
  2. chloroplastgames

    chloroplastgames

    Joined:
    Sep 10, 2014
    Posts:
    6
    Editor Utilities 1.1
    New features and price! Only 12$

    • Builder for get all inputs of Input manager.
    • Builder for Layer Mask.
    • Improved User manual and API.
    • Fixed minor bugs.
    • Overrided methods to lock properties with a bool.
     
  3. strich

    strich

    Joined:
    Aug 14, 2012
    Posts:
    375
    Is it possible to give this plugin a list of objects of any type and have it provide an inspector on all public properties? IE do you provide utilities to reflect the members within classes/structs and automatically build the correct inspectors?
     
  4. chloroplastgames

    chloroplastgames

    Joined:
    Sep 10, 2014
    Posts:
    6
    This plugin is compatible with properties of any type from this list.
    http://chloroplastgames.com/cg-framework-user-manual/#Editor_Utilities

    Do not confuse accessibility (public, private, protected...) and visibility on the inspector. If a variable is public, default unity inspector classes can access to this variable and show it on inspector. To show a private variable on inspector you need the attribute [SerializeField]

    This plugin provide utility methods to build the enhanced inspector scripts for your c# scripts.
    You can see an example of use fo this plugin on this video.


    You can contact me from this mail and explain me your case and explain to you if this plugin can help you for your case.
    info@chloroplastgames.com
     
  5. MostHated

    MostHated

    Joined:
    Nov 29, 2015
    Posts:
    1,235
    Hello, I just bought your object replacer which was supposed to be able to replace objects in place of the original, it does not work. It removes the original, but will not place the new one where the old one was. It didn't even place it at 0,0,0. It was pretty much just out in the middle of nowhere.
     
  6. chlorosoft

    chlorosoft

    Joined:
    Oct 24, 2017
    Posts:
    4
    Hello MostHated,

    We solved this issue.

    The asset store review process is very slow. Please create a thread on our support forum.
    http://chloroplastgames.com/forums/forum/support/object-replacer/

    We will reply you and we will attatch a private updated version of the plugin in this thread.


    Please check if the plugin behavior is as expected.

    Have you had the chance to rate and review our Asset on Asset Store? It would be awesome if you could share your experience with the Unity community, the Unity Asset Store thrives on user interaction and direct feedback. Every bit helps, your feedback is extremely valuable to us!

    Feel free to get back in touch if you have further issues or questions, thanks!
     
  7. EddieChristian

    EddieChristian

    Joined:
    Oct 9, 2012
    Posts:
    725
    So is this just for scripts we use In-House or can I use this on scripts I would sell in the Asset Store?
     
  8. MostHated

    MostHated

    Joined:
    Nov 29, 2015
    Posts:
    1,235
    You can't sell them because it requires you to have the asset installed in order to utilize the functionality.
     
  9. chlorosoft

    chlorosoft

    Joined:
    Oct 24, 2017
    Posts:
    4
    Hello SoloChristian,

    Editor Utilities is for made the editor scripts for your "in-house" scripts. You need a license from us to sell assets with Editor Utilities in Asset Store.
     
  10. grimmy

    grimmy

    Joined:
    Feb 2, 2009
    Posts:
    409
    How much does that license cost?