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
- Host: GitHub
- URL: https://github.com/sacristan/ahhnoldconsole
- Owner: Sacristan
- License: unlicense
- Created: 2020-04-22T20:00:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T15:46:03.000Z (over 2 years ago)
- Last Synced: 2025-02-13T20:53:18.300Z (4 months ago)
- Language: C#
- Homepage: https://girtskesteris.xyz
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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