- Home /
Question by
ZachAttack9280 · Sep 21, 2019 at 06:30 PM ·
errorwebglsyntax-errorblackscreenkongregate
WebGL Build on Kongregate with Black Screen
Hi, I have published on Kong before with WebGL but out of nowhere UnityLoader keeps breaking. Any adivce? Process:
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | CryptoClickers</title>
<script src="Kong 0 10 5/Build/UnityLoader.js"></script>
<script>
UnityLoader.instantiate("unityContainer", "Kong 0 10 5/Build/UnityLoader.js");
</script>
</head>
<body>
<div id="unityContainer" style="width: 1280px; height: 720px; margin: auto"></div>
</body>
</html>
Thanks!
Comment
Also forgot to mention that I've tried this on different computers and numerous times.
Your answer
Follow this Question
Related Questions
I need help with an error 1 Answer
Limit rotation for a statue puzzle 1 Answer
The name 'Decal' does not denote a valid type ('not found') 3 Answers
WebGl build on Server has load memory error 6 Answers
WebGL build not working Unity 5.4.0f3 0 Answers