Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 2 to 11 of 91 · Next page · Last page
(+1)

I really like this template and always recommend it. Using it with Unity 6 and it still works. I am just wondering if I could add some centered text label nearby/above the progress bar. Just as a helper for the viewer so they can more easily identify it as a loading progress - and what is being loaded. Any tips?

You could do this by adding a separate element to the page with your loading text and `position: fixed` CSS, and then removing that element once the game is loaded.

I'll see if I can manage this somehow. I was able to style the progress bar itself a bit which I'm already more happy with. For me it's better recognizable as a progress bar when the loading background isn't transparent. But I'm not sure how I would remove stuff once the game is loaded. Maybe based on the loading progress percentage as a condition? Haha, guess I'll have to play around a bit.

I love it!!!❤️❤️❤️

(+1)

THANKS ❤️❤️❤️

(+1)

Just tested it on Unity 2022.3.29. Still works!

(+1)

I LOVE BETTERWEBGL I LOVE BETTERWEBGL I LOVE BETTERWEBGL

(+1)

Worked really well. Thanks.

Thank you for this wonderful template. I'm trying to add logo on loading. Up until now I added logo to display but I can't show it on top of the loading bar, not centered and not scaling properly. Do you have any idea, maybe I can send you the html code?

sure, feel free to email or dm me any of these places if you'd like some help

(+2)

I was looking for something that would help me scale a prototype for WebGL PC and Mobile testing and this is perfect.  You're perfect.  Thank you :)

Is the background color a string, hex, or rgba?

it can be any supported CSS colour value, so all of these would be valid: red, #FF0000, rgb(255,0,0)

(+1)

Thanks :) You are my hero!

Viewing most recent comments 2 to 11 of 91 · Next page · Last page