← All projects

CommandConsole

by @Huntrox

54

Unity Runtime Command Console For Easy Cheat Codes and Developers Commands

About this project

Command Console For Unity This Unity tool allows you to easily create a console and execute commands for your game in Unity. fast, easy and powerful. :------------------------------------------------------------------------------------------------------: :-------------------------: Features Methods, Fields and Properties Static and non-Static Objects Public and Private Method Return Types Method Arguments (float ,int, string, Vector2-3, Color, Enums) and more Auto Complete Suggestions Custom Command Options Callback Customizable UI Requirements Unity 2020 or later How To Use add CommandConsoleGUI prefab to the scene or CommandConsoleUI to the canvas whichever you prefer tweak the settings in the inspector to your liking add ConsoleCommandAttribute to any field property or method open the console and type the command than press enter to execute the command Parameters command: the command you need to type in the console to execute - default value: (field, property, method) name description: command description in the help commands list - default value: string.empty helpMenu: the option to include this command in the help commands list - default value: True

From the project README on GitHub

Stars
54
Forks
2
License
MIT
Last push
5 Jun 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/commandconsole.svg)](https://www.madeinalgeria.dev/projects/commandconsole)

Related projects