-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathHelloNetcode.asmdef
36 lines (36 loc) · 1002 Bytes
/
HelloNetcode.asmdef
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
{
"name": "HelloNetcodeSamples",
"rootNamespace": "",
"references": [
"Unity.Burst",
"Unity.Entities",
"Unity.Transforms",
"Unity.Collections",
"Unity.Mathematics",
"Unity.Networking.Transport",
"Unity.NetCode",
"Unity.NetCode.Physics",
"Unity.Entities.Hybrid",
"Unity.Physics",
"Bootstrap",
"SamplesCommon.Client",
"SamplesCommon.ClientOnlyComponentBackup",
"ClientOnlyBackup",
"Unity.NetCode.Hybrid",
"Unity.Entities.Graphics",
"Unity.Services.Relay",
"Unity.Services.Authentication",
"Unity.Services.Core",
"Bootstrap.Frontend",
"Unity.Logging"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}