đī¸Minis Setup (New Input System)
How to install and configure Minis for Timeflow (v1.5.0 and later)
Last updated
How to install and configure Minis for Timeflow (v1.5.0 and later)
Last updated
Minis (MIDI Input for New Input System) is a free 3rd party plugin for Unity created by Keijiro:
Be aware that this configuration requires the new Input System. https://docs.unity3d.com/Packages/com.unity.inputsystem@1.8/manual/index.html
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:
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:
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.
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.
This adds the scripting define symbol MINIS to the Player Settings, which enables related features in Timeflow.
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.
To uninstall Minis from the project, it can be uninstalled from the Package Manager. You will then need to remove the MINIS scripting define symbol from Player Settings, and delete the Minis samples from the project.