Search Unity

[✅RELEASED] GIGA Command Console, a Dev Console with GUI to make development easier

Discussion in 'Assets and Asset Store' started by g_arnaboldi, Mar 11, 2021.

  1. g_arnaboldi

    g_arnaboldi

    Joined:
    Mar 10, 2021
    Posts:
    1
    My first asset has been released on the store, hope you'll find it useful!

    GIGA Command Console is a dev/game console that works both in editor and at runtime that allows you to define script commands that can be called whenever you need them.
    It's useful for debugging and testing, but also for implementing small interfaces in your finished game.

    One important feature is the auto-generated GUI, that will list your commands and will let you execute them without even having to type a single key in the prompt based console.

    Example Applications:
    • World & Level Editors.
    • Debugging.
    • Gameplay features testing.
    • Profiling.
    • Text-based game sections.
    • Tasks automation.
    • Game cheats.

    Features:
    • Sync & Async Commands.
    • Large amount of supported parameter types (int, bool, strings, vectors.....).
    • Works both in Editor and Runtime.
    • Powerful GUI that allows you to run commands without even typing a single key on the keyboard.
    • Easy to use.
    • Expandable library of commands: create your own, share them between your projects, or use those created by the community.
    • Namespaces, to use only the commands you need in a specific scene.
    • Smart Autocomplete feature.
    • Fully customizable to adapt to your game look.

    Images:

    The text based prompt console:


    The GUI console in the editor, very useful for world and level editors:


    The GUI console in at runtime, useful for debugging and testing gameplay features:


    Links and contacts:

    Store page:
    https://assetstore.unity.com/packages/slug/190615

    You can have a glimpse of the documentation at:
    https://www.gigasoftworks.com/products/commandconsole/docs/overview.html

    For any question you can contact me at:
    contact@gigasoftworks.com