Skip to content

DeiveEx/DevConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevConsole

My attempt on making a in-game console for Unity.

You can register methods (with parameters) from classes to be used as console commands, as well as parameterless lambdas. The system will use reflection to hold a reference of the method and try to call the correct one accordingly to the parameters of all overloads of the defined method.

The system also accepts recursive methods, so you can call one method inside another to use the result as a parameter.

About

My attempt on making a in-game console for Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages