Integrating Google Nearby Connections with Unity for P2P Data
# How can I use NearbyConnections (as provided by Google Play Services) in conjunction with Unity to send data between players? ## Summary This postmortem documents the challenges and solutions faced while implementing Google Play Services’ NearbyConnections API in a Unity project to enable peer-to-peer data sharing between Android devices for a “Streetpass”-style prototype. Despite … Read more