Skip to content

Open Terminal for Unity3D. execute your commands in runtime!

Notifications You must be signed in to change notification settings

kenculate/OpenTerminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%