New to Babylon.js, and wonder how hard or easy it is to integrate a game into a website; whereas, once logged into the website your game data is automatically saved to the username.
example:
https://www.humanbenchmark.com/
I’ve already have a website login systems in php and django(python), and have built games with Unity, but integrating Unity games into a website login system seems to be a challenge. As of now, I have to sign into the website and then also sign into the game to save data to a database.
Any info will be appreciated, thank’s Charlie