Editor WWW Request

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 !

There is the way of using the play mode.

alternatively don’t use WWW but System.Web instead for example.

Thanks, but why I souldn’t use WWW in editor mode ?
I found a tutorial on how using System.Net.
Any advice or tutorial ?