-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.62 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.62 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
31
32
33
34
35
36
37
38
39
40
{
"name": "com.playeveryware.eos",
"version": "6.0.2",
"unity": "2021.3",
"unityRelease": "16f1",
"author": {
"name": "Epic Games, Inc.",
"url": "https://onlineservices.epicgames.com/"
},
"displayName": "Epic Online Services Plugin for Unity",
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.19.0.3-CL49960398\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.nuget.newtonsoft-json": "3.0.2",
"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": "7819066d2a897ab853fe2e75ef13145b9f18918f"
}
}