I'm developing a game for HTML5 and I've been asked to use something like *sessionStorage.getItem("test");
* to retrieve a string from the site. I've looked at stuff like *Application.ExternalEval()* but I don't see a way to actually retrieve an object to be used in Unity.
↧