An open API service indexing awesome lists of open source software.

https://github.com/sacristan/ahhnoldconsole

Minimalistic Ingame developer console
https://github.com/sacristan/ahhnoldconsole

Last synced: 2 months ago
JSON representation

Minimalistic Ingame developer console

Awesome Lists containing this project

README

        

# What is this?
Its a ingame developer console. Like lots of older games used to have.

# How to add to Your project
* Open Unity package manager
* Add package from Git URL
* Paste link `https://github.com/Sacristan/AhhnoldConsole.git`

# How to use?
* Import sample command registration (under package description)
* Add imported sample component to any game object
* Press ~ to see the magic!

Uses IMGUI for displaying its content.

Huge inspiration:
* Clover https://twitter.com/clovergruff