标签: unit-testing unity3d
我试图在调用webRequest函数的类上运行Unit测试,但它似乎永远不会返回输出:
UnityWebRequest _www = UnityWebRequest.Get(url); Debug.Log("here"); yield return _www.Send(); Debug.Log("here2") //This is not printed