Hi guys!
I am creating a sort of "webapp" that contains some video games. For many reasons, I need to create one different C3 project for every video game.
I need to share data between the game. Not "real-time" data, just data. For example: I decide my "username" in the main game, and I want to manteint the "username" in every game without have to write it down again. So: i want to pass the data contained in this variable between the games.
I was thinking that it was possible with the Local Storage and by using the same name, because of all the games will be hosted in my website, but when I try it does not work.
Do someone have idea to do it? I think that cookie or something like that can work, and I am sure that in Construct it is possible!
Thank you very much!
Matteo