Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit df63895

Browse files
committed
Addressable开启正式服和测试服的选择项
1 parent fb51ac5 commit df63895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Editor/GameMode/Module/SettingModuleEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public override void OnDrawGUI()
7474
_resourcePlanType = resourcePlanType;
7575
SaveScriptingDefineSymbols();
7676
}
77-
#if !ADDRESSABLES_SUPPORT
7877
//app server
7978
int selectType = EditorGUILayout.IntPopup("App Server",_selectType, new string[] { "Test", "Official" },new int[] { 0,1});
8079
if (selectType != _selectType)
@@ -90,7 +89,6 @@ public override void OnDrawGUI()
9089
_selectType = selectType;
9190
SaveScriptingDefineSymbols();
9291
}
93-
#endif
9492
//检查配置文件
9593
if (!NoConfigError())
9694
{

0 commit comments

Comments
 (0)