Hi, I am using Coroutines to perform web requests and take things from my asset folder. I would like to know how can I have the info taken from the web request (which are strings or also images) out of my coroutine? Because then I need to have these data inside my start () method and go ahead with the other instructions. I've heard about callbacks but have no clue how to do it.
I am really in a hurry since I have a strict deadline to end the project for university.
Thanks a lot
↧