Search Unity

[RELEASED] Property Inspector

Discussion in 'Assets and Asset Store' started by Deleted User, Jun 8, 2017.

  1. Deleted User

    Deleted User

    Guest

    Hey everyone.

    With Property Inspector you can easily and quickly search and edit a properties inside a game object, component, scriptable object or asset.

    Search a property by its name, type or path. Use 'starts with', 'ends with' and 'match' to narrow your findings.

    Find nested properties to the deepest depth.

    Apply/revert multiple prefabs at once. Full "undo" support.

    Call component's methods without aditional code.

    Selected multiple objects from hierarchy, project or both and edit all of them (even when they have different types) in one place at once.

    Property Inspector allows you to group objects that have the same type and multi-edit multiple objects as if they were one. Quickly change attack force of all enemies with just a few clicks.

    Now you can apply/revert changes made in prefab instances with just one click, even when multiple instances of different prefabs are selected. Edit the HP of all enemies and apply those changes to all prefabs with just one click.

    It comes with full source code.

    The asset store link: https://www.assetstore.unity3d.com/#!/content/78734

    Documentation

    Features:

    - Search any property by name, type of path.
    - Use starts with, ends with or match to narrow your search.
    - Find deeply nested properties.
    - Type more than one word separated by space to show only properties whose names contains all words.
    - Edit multiple objects (even with multiple types) in one place at one time.
    - Use multi-edit to quickly change multiple objects as if they were one.
    - Call the functions of your components directly from the Property Inpector without aditional code;
    - Use “Edit script” button to open the script linked to the object/component being edited.
    - All changes made in Property Inspector can be undone (except apply and revert).
    - Use your own custom inspector to draw objects/components (this will not enable multi-edit - or undo - if your custom inspector does not support it).
    - Saves the selection history enabling you to navigate to previous or next selections.
    - Apply/revert those changes with just one click - even when multi-editing.
    - Show all properties of selected objects with “Inspector mode”.
    - Lock your selection and continue to work without losing the selected objects.
    - Open a dockable window or a popup window.
    - Useful keyboard shortcut.

    Here's a video and some images of the new version:







     
    Last edited by a moderator: Jul 2, 2017
    theANMATOR2b and vertexcolor like this.
  2. Deleted User

    Deleted User

    Guest

    Update post with plugin version 1.2.
     
  3. Deleted User

    Deleted User

    Guest

  4. Deleted User

    Deleted User

    Guest

    Hey, people. How's going?

    The new version of the Property Inspector is live on the asset store.

    The version 1.0.4 contains:

    Added a new search pattern! Now you can filter properties by their value. Please see the documentation or help popup for more info.
    Fixed searchs that started with "m";
    Now filtered booleans have their check box drawn to their left for better visualization;
    Minor bug fixes on the path search;