-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 1.65 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.playeveryware.eos",
"version": "3.3.4",
"unity": "2021.3",
"unityRelease": "16f1",
"author": {
"name": "PlayEveryWare, Inc.",
"email": "[email protected]",
"url": "https://playeveryware.com"
},
"displayName": "Epic Online Services Plugin for Unity",
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.16.4\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
"documentationUrl": "https://eospluginforunity.playeveryware.com",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.editorcoroutines": "1.0.0"
},
"keywords": [
"EOS", "Epic", "Epic Online Service", "Windows"
],
"samples": [
{
"displayName": "Standard Pack : EOS Plugin for Unity Samples",
"description": "Samples to get started with the PlayEveryWare Unity Plugin For EOS.",
"path": "Samples~/Samples/StandardSamples/"
},
{
"displayName": "Extra Pack 1 : P2P Netcode Sample",
"description": "Add-on sample to demonstrate P2P netcode",
"path": "Samples~/Samples/P2PNetcodeSample/"
},
{
"displayName": "Extra Pack 2 : Performance Stress Test Sample",
"description": "Add-on sample to stress test performance",
"path": "Samples~/Samples/PerformanceStressTestSample/"
}
],
"com_playeveryware": {
"git_build_sha": "f04a627ba62b3d9839978ac2a41bfb4bb1cb161a"
}
}