Search Unity

CommandLine

Discussion in 'Assets and Asset Store' started by butjok, Nov 7, 2021.

  1. butjok

    butjok

    Joined:
    Aug 23, 2013
    Posts:
    1
    Hey guys,

    I've been working on a simple command line for Unity in my spare time.
    Please take a look at it:

    https://github.com/Butjok/CommandLine



    Features:
    • Auto-completion: navigate suggestions with Tab and Shift-Tab.
    • History: lookup the history with Up and Down arrow keys.
    • Syntax highlighting.
    • Very easy to use: just add a [Command] attribute to a field, property or method.
    • Works both for static and non-static members.
    • Works for multiple MonoBehaviours in a scene.
    • Command names are generated automatically.
    • Partial name matching.
    • Unary and binary operators: !,~,+,-,*,/,%.
    • Variable and command interpolation: MyCommand $Variable or MyCommand ${MyOtherCommand 1 2 "hello"}
     

    Attached Files: