Home

Awesome

Unity OpenTerminal (Mobile support!)

Features

Now you can simply do [almost!] anything at runtime using OpenTerminal!

open-terminal

How to use

Enable terminal in mobile

4-fingers-tap-gesture-icon

Code usage

Simple usage:

    [TerminalCommand("rotate-cube", "rotates the cube")]
    public void RotateTheCube()
    {
        stop = false;
    }

With parameters:

    [TerminalCommand("move-cube", "move-cube(x,y,z) Moves the cube")]
    public void Move(float x, float y, float z)
    {
        transform.position = new Vector3(x, y, z);
    }

Change theme

Edit config file to change fonts and colors

image

Limitations

License

MIT License

Contacts

Telegram: @omid3098
Twitter: @omid3098
E-Mail: info@omid-saadat.com