-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathE7.E7Unity.asmdef
More file actions
33 lines (33 loc) · 845 Bytes
/
E7.E7Unity.asmdef
File metadata and controls
33 lines (33 loc) · 845 Bytes
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
{
"name": "E7.E7Unity",
"references": [
"UniTask",
"Unity.Addressables",
"Unity.Mathematics",
"Unity.ResourceManager",
"Unity.TextMeshPro",
"Unity.Timeline"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [
"Unity.Compat.dll",
"Sirenix.OdinInspector.Attributes.dll",
"Sirenix.Utilities.dll",
"Sirenix.Serialization.dll",
"Sirenix.OdinInspector.Editor.dll",
"Firebase.App.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "",
"define": "HAS_AAS"
}
]
}