Midi Tweak

Tool that enables you to tweak variables in your game using a midi controller.


Features
* Uses reflection to scan game objects for addable parameters (float, int)
* Assign midi knobs or sliders to specific variables
* Ability to apply any changes made after play-mode
* Ability to keep tweaking regardless of scene reload.

Limitations
* Only variable types of int and float are currently supported.
* Only supports modification of Monobehaviours.
* Only supports Windows and OS X
* Only supports note and cc messages. No support for program changes or SysEx
* May conflict with other midi applications. Which means this only works with one open.

Coming soon
* Ability to tweak scriptable objects

It is recommended that you check out the demo project, to see if it suits your midi device:

DOWNLOAD DEMO PROJECT