替换检查函数即可:
compatibilityCheck: function (e, t, r) {
UnityLoader.SystemInfo.hasWebGL ? UnityLoader.SystemInfo.mobile ? t() : [“Firefox”, “Chrome”, “Safari”].indexOf(UnityLoader.SystemInfo.browser) == -1 : t()
},
unity webgl 移动端 去掉提示框
