Skip to content

MarshMello0/UConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UConsole

A in game unity console for debugging and much more Image of UConsole

How to install UConsole to your Unity Project!

  1. First head over to the releases and download the .unitypackage file
  2. Open the .unitypackage and import all of the files.
  3. Drag the UConsole-Canvas prefab into your first scene.

Then you should be all set up and ready to start using it.

Features

  • Create and Remove Custom commands in Runtime
  • Small out of the way design
  • Simple drag and drop into your first scene
  • No extra requirements, uses basic unity items.

Commands

You can get the instance with

UConsole.instance

You can create a new command with UConsole.instance.AddCommand(UCommand);. It requires a UCommand.

You can add events when the command is entered by using UCommand.callbacks.Add(<method(string[] args)>)

You can remove commands with UConsole.instance.RemoveCommand(string command);

About

A in game unity console for debugging and much more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages