Skip to content
 
 

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Unity OpenTerminal

Terminal Command line for Unity3D

openterminal_show

How to use:

  • Add [Command("commandName")] Attribute to your methods.
  • Create an empty game object and add Terminal component to it.
  • Run your game and press ` (the button usually on top of Tab button).
  • Type your commandName and it will be execute!

usage

Features:

  • Custom Terminal configs.

image

  • Supports commands with simple parameters (int, string, float, double ... )

openterminal_params

  • Can show return type of a command in terminal

TODO:

  • support vectors or other parameters which contain ",";

About

Open Terminal for Unity3D. execute your commands in runtime!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages