← Return to Unity WebGL Template
Log in with itch.io to leave a comment.
Awesome stuff!Also, i would consider adding this (new?) feature for saving PlayerPrefs and files:
Add "autoSyncPersistentDataPath: true" to the config={}https://docs.unity3d.com/Manual/web-templates-build-configuration.html
Thank you so much for this tool. I'm wondering if there is a way to remove the black/custom bars when resizing it; for the game view to take up the entire screen in fullscreen mode.
ah i think i've solved it, for anyone else wondering: comment out these. thanks again for the great template :)
// if (w * r > window.innerHeight) {
// w = Math.min(w, Math.ceil(h / r));
// }
//h = Math.floor(w * r);
← Return to Unity WebGL Template
Comments
Log in with itch.io to leave a comment.
Awesome stuff!
Also, i would consider adding this (new?) feature for saving PlayerPrefs and files:
Add "autoSyncPersistentDataPath: true" to the config={}
https://docs.unity3d.com/Manual/web-templates-build-configuration.html
Thank you so much for this tool. I'm wondering if there is a way to remove the black/custom bars when resizing it; for the game view to take up the entire screen in fullscreen mode.
ah i think i've solved it, for anyone else wondering: comment out these. thanks again for the great template :)
// if (w * r > window.innerHeight) {
// w = Math.min(w, Math.ceil(h / r));
// }
//h = Math.floor(w * r);