Skip to content

Commit e5fb2aa

Browse files
committed
Another test for ML1 support
1 parent 5fb9f58 commit e5fb2aa

File tree

2 files changed

+198
-59
lines changed

2 files changed

+198
-59
lines changed

Build/index_ml1.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
if (!UnityLoader.SystemInfo.hasWebGL) {
1515
unityInstance.popup('Your browser does not support WebGL',
1616
[{text: 'OK', callback: onerror}]);
17-
} else if (['Edge', 'Firefox', 'Chrome', 'Safari'].indexOf(UnityLoader.SystemInfo.browser) == -1 && UnityLoader.SystemInfo.os != 'iOS') {
18-
unityInstance.popup([
19-
UnityLoader.SystemInfo.os,
20-
UnityLoader.SystemInfo.browser,
21-
'No support for Unity WebGL content'
22-
].join(' '), [{text: 'OK', callback: onsuccess}]);
2317
} else {
2418
onsuccess();
2519
}

0 commit comments

Comments
 (0)