Custom UI controls for VJing with Unity
VJUI is a collection of custom UI controls specially designed for VJing.
It contains three custom controls:
Knob allows users to select a numeric value by dragging. This provides
almost the same functionality as the standard Slider control but a bit easier
to interact on a touch-sensitive screen.
Button is almost identical to the standard Button control, but it also
provides the OnButtonDown
event not only the OnButtonUp
event. This is
convenient for VJing because button-down events are more often used than
button-ups.
Toggle is also nearly identical to the standard Toggle control but in the
same look-and-feel to the Knob and Button controls.
This package uses the scoped registry feature to resolve package
dependencies. Open the Package Manager page in the Project Settings window and
add the following entry to the Scoped Registries list:
Keijiro
https://registry.npmjs.com
jp.keijiro
Now you can install the package from My Registries page in the Package Manager
window.