|
@@ -110,7 +110,6 @@ onMounted(() => {
|
|
script.onload = () => {
|
|
script.onload = () => {
|
|
createUnityInstance(canvas, config, (progress) => {
|
|
createUnityInstance(canvas, config, (progress) => {
|
|
progressBarFull.style.width = 100 * progress + "%";
|
|
progressBarFull.style.width = 100 * progress + "%";
|
|
- console.log( progressBarFull.style.width);
|
|
|
|
}).then((unityInstance) => {
|
|
}).then((unityInstance) => {
|
|
loadingBar.style.display = "none";
|
|
loadingBar.style.display = "none";
|
|
|
|
|