Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Apex - New Inspector & Editor Window Solution!

Discussion in 'Assets and Asset Store' started by TamerlanShakirov, Oct 13, 2022.

  1. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748



    Apex is an powerful editor extension designed to give you full control over your project. It includes powerful and flexible attributes to improve your and your team workflow.


    Get in Asset Store

    Apex – is a tool that extends the capabilities of the Unity editor. The main feature is that you can completely redraw your classes using attributes. You can make your code much clearer, more flexible and more powerful, and open up new horizons for managing your code in the Unity editor.

    Apex allow to use you Drawers, Validators, Group, Decorators, Manipulators and much more attribute types! You can use them on Fields, Methods and Properties!

    Apex is ideal for all developers, designers, programmers, modellers, etc. Regardless of whether you work alone or you are a large team. Apex helps to improve the quality of your product.

    Manual: Get started in 5 minute with this quick overview.
    Attributes: List of all attribute types with description, example and live demo.
    Discord: Chat and ask questions to us and community.
    • Source Code included!
    • 70+ Attributes!
    • Powerful API!
    • Fields Serialization!
    • Methods Serialization!
    • Collections Serialization!
      • Dictionary
      • HashSet
      • Stack
      • Queue
      • LinkedList


     
    Last edited: Dec 26, 2022
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    2,112
    TamerlanShakirov likes this.
  3. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748
  4. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748
    Released new version 2.2.0!

    Release notes:

    Added
    • Subclasses of except types.
    • Entity order interface.
    • Search window for enums.
    • Progressbar view attribute.
    Updated
    • Reorderable list view.
    • Demo scene.
    • Except type list gui.
    • Serializable dictionary drawer.
    Fixed
    • Example component: added editor compilation define.
    • Slider view int type.
    • Tab group layout.
    • Indent level of button.
     
    Last edited: Oct 20, 2022
  5. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748
    New video tutorial!

    Apex Essentials - View Attribute
     
  6. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748
    New video tutorial!

    Apex Essentials - Group Attribute

     
  7. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    748
    Released massive update version 2.5.0!
    Added:
    • OnValueChanged callback for fields.
    • OnGUIChanged callback for members.

    Updated:
    • The rendering algorithm accelerates the speed of the entire system and consumes RAM more efficiently.
    • The visual entities caching algorithm increases the speed of opening the inspector window by 83.3%.
    • Textures of groups.
    • General improvements that increase the stability of the system.

    Fixed:
    • Label width attribute.