#Game dev resources & packages
1 messages · Page 1 of 1 (latest)
I made some updates to EzWebGL package; a free WebGL template for Unity HTML games, especially ones hosted on the itch.io site.
Template link: https://ebukaracer.github.io/EzWebGL
Tutorial link: https://youtu.be/DU30ct0tGSs?si=PM6gaNnVJCS8rVTf
EzWebGL is a simple yet sleek WebGL template for Unity.
This video demonstrates how to install and use it in a Unity project.
Available here: https://ebukaracer.github.io/EzWebGL
#gamedev #madewithunity #gamedevelopment #unity3d #unity
👋 all,
I created a small scene switcher utility for quickly switching between scenes in Unity, feel free to use: https://github.com/ebukaracer/EzSceneSwitcher
In this tutorial I showcased a small tool I developed in Unity for preserving WebGL games' save data when a new build(maybe after an update) of the same game is made and published on sites like itch, fb, etc.
Feel free to use!
Tutorial: https://youtu.be/oJ_BGhR1vsE?si=2qmWJjXIQBikolf9
Tool link: https://ebukaracer.github.io/EzSaverLite
Saving data in Unity WebGL has always been tricky—until now! In this video, I demonstrate my custom WebGL Save Plugin, which enables persistent data saving even after updating builds.
Available here: https://ebukaracer.github.io/EzSaverLite
Curiosity post: https://discussions.unity.com/t/how-do-i-save-the-game-progress-in-webgl/851849/9
#game...