-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathpackage.json
More file actions
8 lines (8 loc) · 791 Bytes
/
package.json
File metadata and controls
8 lines (8 loc) · 791 Bytes
1
2
3
4
5
6
7
8
{
"name": "com.community.netcode.transport.multipeer-connectivity",
"displayName": "Multipeer Connectivity for Netcode for GameObjects",
"version": "0.0.1",
"unity": "2021.3",
"description": "This package implemented the transport layer of Netcode for GameObjects with Apple Multipeer Connectivity, which can enable peer-to-peer communication between nearby devices.\n\nBy using Multipeer Connectivity, nearby devices can connect to each other when there is no WiFi or cellular network. Multipeer Connectivity is the technology behind AirDrop, which means it can transfer large file between devices very fast.\n\nPlease reference Apple's official document for detailed information: https://developer.apple.com/documentation/multipeerconnectivity.",
"author": "Holo Interactive"
}