Hi guys,
Here turin again
I would know if there are any techniques to save the state of game in babylon.js
I use a game object as a root of entire canvas (as described into learning babylon.js ebook).
I create an angular app and I would to change the route without loose the current game.
I thinking about saving the state inside the $rootscope and reload it when I need. But I'm not sure that is a good way.
Do you know any idea about it?
Thanks