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,7 +16,12 @@
"name": "com.unity.addressables",
"expression": "",
"define": "UNITASK_ADDRESSABLE_SUPPORT"
},
{
"name": "com.unity.addressables.cn",
"expression": "",
"define": "UNITASK_ADDRESSABLE_SUPPORT"
}
],
"noEngineReferences": false
}
}