Hi,
I am building an Editor Window but I need to communicate with a server. I saw that it’s not possible to use Yield in an Editor script, the only way is to use the built-in Threads.
I saw an interesting solution (not tested yet) of building no-blocking WWW Request here : Yielding with WWW in Editor
Does anyone have any advice, solution, tutorial about using WWW in the Editor ?
Thanks a lot !