re-define UNITASK_ADDRESSABLE_SUPPORT for supporting Addressables.CN

master
yuzj 2022-08-01 18:21:04 +08:00
parent e6240879c4
commit a25adb601b
1 changed files with 6 additions and 1 deletions

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
}
}