Search Unity

[Free resource] [UPM support] Created a super-extensible console app.

Discussion in 'Assets and Asset Store' started by kurroarashi, Apr 15, 2021.

  1. kurroarashi

    kurroarashi

    Joined:
    Dec 22, 2018
    Posts:
    28
    How often have you entered play mode in Unity only to realize that you should have disabled the cursor lock and enabled the visibility?

    Video - https://www.reddit.com/r/Unity3D/comments/mrg01e/upm_support_created_a_robust_and_superextensible/

    Created a super-extensible general-purpose dev-console plugin to help with things like these.
    Feature set:
    1. No setup required - No need to add to the scene, just get the package and it automatically works.
    2. Development only - Works only in the editor and development builds, but can be used in release builds through easy one-step manual initialization.
    3. Powerful searcher - The searcher displays relevant command-line functions based on your input.
    4. Easy extensibility - just add an attribute to a static function (and its enclosing type) and you're good to go.
    5. Wide support - can add any function with up to five primitive arguments (float/double, different types of ints, strings, vectors, quaternions etc.)

    Link - https://github.com/herohiralal/hiratools