re-define UNITASK_ADDRESSABLE_SUPPORT for supporting Addressables.CN

This commit is contained in:
yuzj
2022-08-01 18:21:04 +08:00
parent e6240879c4
commit a25adb601b

View File

@@ -16,6 +16,11 @@
"name": "com.unity.addressables", "name": "com.unity.addressables",
"expression": "", "expression": "",
"define": "UNITASK_ADDRESSABLE_SUPPORT" "define": "UNITASK_ADDRESSABLE_SUPPORT"
},
{
"name": "com.unity.addressables.cn",
"expression": "",
"define": "UNITASK_ADDRESSABLE_SUPPORT"
} }
], ],
"noEngineReferences": false "noEngineReferences": false