MIDI data transports using Nearby Connections
- iOS
- Android
- macOS Standalone
- Unity Editor on macOS
(The Nearby seems to be also worked on Windows, but I couldn't build the binary.)
Push the +
button on the Unity's Package Manager view, and select Add package from git URL…
menu.
Then specify the URLs below:
ssh://[email protected]/kshoji/Nearby-Connections-for-Unity.git
ssh://[email protected]/kshoji/Nearby-Connections-MIDI-for-Unity.git
The NearbyMidiManager
class is a wrapper class for Nearby API.
To look the implementation of the feature, please see the Sample Project of this package.