Web GL - can it connect and external DB?

Hello,
I am new to unity.

I have an idea to put up a web page with ~ 10 games but I want to maintain a relation between the games.
To have users, remember their locations within each game, open a game based on another game results, etc.

Is it easily possible to communicate within webgl to the outside worlds ?

Thanks,
Ran

using regular GET/POST web requests would be probably easiest way (to save/load data on server)

more info,

2 Likes

Super !
Just what I was looking for ! thank you !