-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.03 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "com.eren.multiplayer",
"version": "0.0.1",
"displayName": "Steam-Multiplayer-Networking-for-Unity",
"description": "A Steam Networking Multiplayer Solution for Unity Netcode for Gameobjects. Works as a standalone project for Unity.",
"unity": "2022.2",
"unityRelease": "6f1",
"documentationUrl": "https://github.com/ErencanPelin/Steam-Multiplayer-Networking-for-Unity",
"changelogUrl": "https://github.com/ErencanPelin/Steam-Multiplayer-Networking-for-Unity",
"licensesUrl": "https://github.com/ErencanPelin/Steam-Multiplayer-Networking-for-Unity",
"dependencies": {
"com.community.netcode.transport.facepunch": "2.0.0",
"com.unity.netcode.gameobjects": "1.2.0",
"com.unity.collections": "1.2.4",
"com.unity.inputsystem": "1.5.1",
"com.unity.mathematics": "1.2.6",
"com.unity.textmeshpro": "3.0.6"
},
"keywords": [
"multiplayer",
"steam",
"networking",
"netcode",
"peer-to-peer"
],
"author": {
"name": "Erencan Pelin",
"email": "erenp.business@gmail.com"
}
}