Skip to content
Sarah A Fletcher edited this page Feb 25, 2020 · 7 revisions
Clone this wiki locally
<title>Unity WebGL Player | Roll a Ball</title> <script src="TemplateData/UnityProgress.js"></script> <script src="Build/UnityLoader.js"></script> <script> var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD2542-Project00-SarahFletcher.json", {onProgress: UnityProgress}); </script>
Roll a Ball