Skip to content

Commit d01acc8

Browse files
committed
refactor: 移除平台特定的程序集引用依赖
清理不再需要的 StarkWebGL、Wx 和 TTWebGL 引用,并移除了为字节跳动小游戏平台定义的条件编译符号,以简化程序集定义并提高通用性。
1 parent da776da commit d01acc8

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

Runtime/YooAsset.asmdef

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "YooAsset",
33
"rootNamespace": "",
4-
"references": [
5-
"StarkWebGL",
6-
"Wx",
7-
"TTWebGL"
8-
],
4+
"references": [],
95
"includePlatforms": [],
106
"excludePlatforms": [],
117
"allowUnsafeCode": false,
@@ -43,16 +39,6 @@
4339
"name": "com.gameframex.unity.weixin.minigame",
4440
"expression": "",
4541
"define": "WEIXINMINIGAME"
46-
},
47-
{
48-
"name": "com.bytedance.starksdk",
49-
"expression": "",
50-
"define": "DOUYIN_MINI_GAME"
51-
},
52-
{
53-
"name": "com.bytedance.starksdk",
54-
"expression": "",
55-
"define": "DOUYINMINIGAME"
5642
}
5743
],
5844
"noEngineReferences": false

0 commit comments

Comments
 (0)