Hi all,
I'm attempting to use pulled data from a mySQL database across multiple scenes after getting the data using ajax. However, when I run the javascript function, the data returned is only used in the scene I'm requesting it on and if I transition to another scene I can't seam to use the data just received. This means that currently I'm having to call the same javascript function every time I want to access the database on various scenes.
Is there a way in which I can pull the data from the database to store in the background to use once a scene loads or could the data pulled possibly populate the other scenes in advance?
Thanks in advance for any help you can offer me with this,
Chris