Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 2 to 13 of 80 · Next page · Last page

2022.3.25 not making TemplateData am i doing something wrong?

i've tested v2.2 of the template on v2022.3.29f1 of unity and it works as expected; some quick googling seems to show that TemplateData missing on webgl builds is a known issue, i'd recommend searching for answers on how to deal with that separately

oh I did that 1st; hardly a known issue as there are 2 posts in google, one says "create a custom template" which means not using yours and the other says  "I fixed by resetting player settings".

Deleted 2 days ago

have you tried creating a new custom template then copying the contents of this one in? without being able to repro i'm not sure how to debug further

(+1)

THANK YOU

(+1)

Wow this issue has annoyed me for years and you made a perfectly working, simple solution. Super frictionless to integrate. Thanks Sean!

(+1)

THANK YOU SEAN
works like magic

Thanks for this Sean! We want to use it in our build. One question - what is the lincensing like?

it's under the MIT license

(+1)

Excellent, thank you!

(+1)

Fantastic! Thank you!

(+1)

Absolutely awesome!
Spent weeks trying to get the exact position and size working on any device and your little template fixed it within minutes! Even made the builds faster and no more hand editing css or index files!

Thank you!

(+1)

Thank you so much Sean! Works like a charm.

(+2)

Thank you

(+1)

Thank you so much!

(+1)

Not only did this help me with my loading bar problem, but this identified and solved my screen-size problem. Thankyou Sean!

(+3)

This template helped a ton -- thank you so much!

Also, for anyone who needs it: This might just be me, but there can sometimes be a slight issue with it getting stuck on the loading screen or the keyboard being unresponsive on itch.io after going full screen with itch.io's full screen button. It does fix itself if you click on the unity game (focusing the iframe), but if you don't want the player to have to click on it, simply add:

window.focus();

in the index file after line 98 (At the end of the OnResize() function). This fixed the issue for me.

Viewing most recent comments 2 to 13 of 80 · Next page · Last page