Hello,
I’m trying to create a simple DataManager with a method that can, when called, return the data collected from a PHP page via the WWW class. I’m a bit stuck on how to do this. Is there any other way to get a method to wait for the WWW’s response other than a coroutine or how do I work with the coroutine to eventually create the method to return the result from the WWW?
Thanks