diff --git a/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs b/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs index 319aa5f..5a42505 100644 --- a/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs +++ b/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs @@ -94,8 +94,13 @@ namespace ScrewsMaster break; } }); - - + ui.btn_debug0.SetClick(() => + { + MaxSdk.ShowMediationDebugger(); + }); +#if JarvisRelease + ui.btn_debug0.visible=false; +#endif // Action closeCallback = null; // var meteor = FXManager.Instance.SetFx(ui.pla1, Fx_Type.meteor, ref closeCallback); // meteor.state.SetAnimation(0, "liziguang1", true);