-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathReactUnity.Editor.asmdef
More file actions
64 lines (64 loc) · 1.9 KB
/
Copy pathReactUnity.Editor.asmdef
File metadata and controls
64 lines (64 loc) · 1.9 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ReactUnity.Editor",
"rootNamespace": "ReactUnity.Editor",
"references": [
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:75469ad4d38634e559750d17036d5f7c",
"GUID:68550284b645f4b9894995579f34290a",
"GUID:478a2357cc57436488a56e564b08d223",
"GUID:ed4a920eac98dc342ba18a6baa202849",
"GUID:347a20883bb61d74abf78fec0515bb21",
"GUID:f3df39452b4b85c48b166389e7ca3670",
"GUID:9a66a2efedc711946b7428ea9b41cc0d",
"GUID:118b4ca3a1852354bac065cf952c1e85",
"GUID:ac4126d60783f3d4a98aee6be9a997aa",
"GUID:eda0539582471264796e5affb41fe082",
"GUID:595d45be140461240b6b4358dc45f2c0"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Jint.dll",
"ClearScript.Core.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.reactunity.clearscript",
"expression": "",
"define": "REACT_CLEARSCRIPT_AVAILABLE"
},
{
"name": "com.reactunity.jint",
"expression": "",
"define": "REACT_JINT_AVAILABLE"
},
{
"name": "com.reactunity.quickjs",
"expression": "",
"define": "REACT_QUICKJS_AVAILABLE"
}
],
"noEngineReferences": false
}