Commit d8b0a35f authored by gaorui's avatar gaorui
Browse files

Merge branch 'feat-exit' into 'develop'

feat(app ): 自定义退出接口需游戏实现退出弹窗

See merge request unity-cross/UnityDemo!12
parents b97fb3f8 cde7eb69
......@@ -98,6 +98,6 @@ public class HoolaiListener : IPlatformCallbackListener
public void OnCustomExit()
{
NativeLogger.I("Game_Unity_Callback", $"OnCustomExit");
NativeLogger.I("Game_Unity_Callback", $"OnCustomExit show Game Exit Dialog!");
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment