-
Notifications
You must be signed in to change notification settings - Fork 2
/
ZibraAILiquid.asmdef
38 lines (38 loc) · 1.02 KB
/
ZibraAILiquid.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
37
38
{
"name": "ZibraAILiquid",
"references": [
"com.zibra.liquid",
"Unity.RenderPipelines.HighDefinition.Runtime",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.RenderPipelines.Core.Runtime"
],
"includePlatforms": [
"Editor",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "UNITY_PIPELINE_HDRP"
},
{
"name": "com.unity.scriptablebuildpipeline",
"expression": "",
"define": ""
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "UNITY_PIPELINE_URP"
}
],
"noEngineReferences": false
}