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

https://github.com/xjine/unity_keydebugmanager

KeyDebugManager provies key based debug system. It just keeps some key-function pairs, and do the function when its input.
https://github.com/xjine/unity_keydebugmanager

assets unity

Last synced: about 2 months ago
JSON representation

KeyDebugManager provies key based debug system. It just keeps some key-function pairs, and do the function when its input.

Awesome Lists containing this project

README

          

# Unity_KeyDebugManager

KeyDebugManager provies key based debug system.
It just keeps some key-function pairs, and do the function when its input.

## Importing

You can use Package Manager or import it directly.

```
https://github.com/XJINE/Unity_KeyDebugManager.git?path=Assets/Packages/KeyDebugManager
```

### Dependencies

This project use following resources.

- https://github.com/XJINE/Unity_SingletonMonoBehaviour

## How to Use

Register your key and function pairs in Inspector.