Nearby Connections Unity Plugin implementation
This package enables to find nearby devices, connect them, and communicate with each others without the mediating server.
- 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 URL below:
ssh://git@github.com/kshoji/Nearby-Connections-for-Unity.git
The NearbyConnectionsManager
class is a wrapper class for Nearby API.
To look the implementation of the feature, please see the Sample Project of this package.
Native plugin's source is stored at another branch: plugin-source.