-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathReactUnity.asmdef
108 lines (108 loc) · 3.02 KB
/
ReactUnity.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "ReactUnity",
"rootNamespace": "ReactUnity",
"references": [
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:68550284b645f4b9894995579f34290a",
"GUID:75469ad4d38634e559750d17036d5f7c",
"GUID:478a2357cc57436488a56e564b08d223",
"GUID:9a66a2efedc711946b7428ea9b41cc0d",
"GUID:118b4ca3a1852354bac065cf952c1e85",
"GUID:ac4126d60783f3d4a98aee6be9a997aa",
"GUID:eda0539582471264796e5affb41fe082",
"GUID:595d45be140461240b6b4358dc45f2c0"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"ClearScript.Core.dll",
"ClearScript.V8.dll",
"Esprima.dll",
"ExCSS.dll",
"Jint.dll",
"websocket-sharp.dll",
"Newtonsoft.Json.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.vectorgraphics",
"expression": "",
"define": "REACT_VECTOR_GRAPHICS"
},
{
"name": "com.unity.inputsystem",
"expression": "",
"define": "REACT_INPUT_SYSTEM"
},
{
"name": "com.unity.editorcoroutines",
"expression": "",
"define": "REACT_EDITOR_COROUTINES"
},
{
"name": "com.unity.textmeshpro",
"expression": "",
"define": "REACT_TMP"
},
{
"name": "Unity",
"expression": "2021.2.0a0",
"define": "REACT_TEXTCORE"
},
{
"name": "com.reactunity.jint",
"expression": "",
"define": "REACT_JINT_AVAILABLE"
},
{
"name": "com.reactunity.clearscript",
"expression": "",
"define": "REACT_CLEARSCRIPT_AVAILABLE"
},
{
"name": "Unity",
"expression": "2021.2.0a",
"define": "REACT_UITOOLKIT"
},
{
"name": "com.reactunity.quickjs",
"expression": "",
"define": "REACT_QUICKJS_AVAILABLE"
},
{
"name": "com.unity.textmeshpro",
"expression": "3.2.0-pre.0",
"define": "REACT_TMP_X2"
},
{
"name": "com.unity.textmeshpro",
"expression": "[2.2.0-preview.0,3.0.0)",
"define": "REACT_TMP_X2"
},
{
"name": "cc.starlessnight.unity-jsb",
"expression": "",
"define": "REACT_QUICKJS_ORIGINAL"
},
{
"name": "cc.starlessnight.unity-jsb",
"expression": "",
"define": "REACT_QUICKJS_AVAILABLE"
},
{
"name": "Unity",
"expression": "2023.2",
"define": "REACT_TMP"
},
{
"name": "Unity",
"expression": "2023.2",
"define": "REACT_TMP_X2"
}
],
"noEngineReferences": false
}