Skip to content

Commit e5bec7a

Browse files
Added UGUI to the assembly version defines
1 parent a747388 commit e5bec7a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "nl.elraccoone.entity-component-system",
3+
"rootNamespace": "",
34
"references": [],
4-
"optionalUnityReferences": [],
55
"includePlatforms": [],
66
"excludePlatforms": [],
77
"allowUnsafeCode": false,
88
"overrideReferences": false,
99
"precompiledReferences": [],
1010
"autoReferenced": true,
1111
"defineConstraints": [],
12-
"versionDefines": []
12+
"versionDefines": [
13+
{
14+
"name": "com.unity.ugui",
15+
"expression": "0.0.0",
16+
"define": "ECS_DEFINED_COM_UNITY_UGUI"
17+
}
18+
],
19+
"noEngineReferences": false
1320
}

0 commit comments

Comments
 (0)