-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "org.realitydeslab.netcode.transport.multipeer-connectivity",
"displayName": "Multipeer Connectivity for Netcode for GameObjects",
"version": "1.2.0",
"unity": "2022.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": {
"name": "Reality Design Lab",
"email": "[email protected]",
"url": "https://reality.design"
},
"dependencies": {
"com.unity.netcode.gameobjects": "2.0.0",
"com.unity.transport": "2.3.0"
},
"license": "MIT",
"_upm": {
"supportedPlatforms": [
"iOS",
"visionOS",
"macOS"
]
}
}