美文网首页
Unity IOS 隐藏底部 HomeBar

Unity IOS 隐藏底部 HomeBar

作者: CERI_CHANNEL | 来源:发表于2022-12-06 17:31 被阅读0次

PlayerSettings.iOS.hideHomeButton = true;
这个貌似是不好使的。
解决方案:
ReplaceText(pathToBuildProject, "Classes/UI/UnityViewControllerBase+iOS.mm", "return UnityGetHideHomeButton();", "return YES;");

相关文章

网友评论

      本文标题:Unity IOS 隐藏底部 HomeBar

      本文链接:https://www.haomeiwen.com/subject/pvfgfdtx.html