🎛️Minis Setup (New Input System)
How to install and configure Minis for Timeflow (v1.5.0 and later)
Minis (MIDI Input for New Input System) is a free 3rd party plugin for Unity created by Keijiro:
How to Install Minis
Please refer to the GitHub repo linked above for complete information on the package. The following steps are required to install it:
From the main menu select Edit/Project Settings... and then select Package Manager on the left.
Enter the following scoped registry:
Name: Keijiro
URL: https://registry.npmjs.com
Scope: jp.keijiro

Click Save. This will cause scripts to be recompiled.
Next, open the Package Manager from the main menu under Windows.
Set the Packages mode to My Registries and search for 'Minis'.
Select Minis on the left and then click the Install button in the lower right corner.


Depending on your project configuration, you may encounter the following warning:

Import Minis Sample
If you have not done so already, import the Minis package included in the Timeflow Samples. This can be found in the Package Manager under Timeflow.

Finish Setup
To confirm that Minis is installed and working, open the MinisExample scene.

Then in the Hierarchy window, select the MidiReceiver object and view it in the inspector.

If you see the warning message displayed below, click Setup Minis to complete the installation.

After scripts are done recompiling, the warning will go away and you can now start using Minis. With a MIDI device connected, enter play mode to test input.

For further instructions, see the Midi Receiver page.
Last updated