Update LRMTransportRequests.cs
This commit is contained in:
parent
77e446b580
commit
82f0399bb6
1 changed files with 2 additions and 4 deletions
|
|
@ -34,8 +34,6 @@ namespace LightReflectiveMirror
|
||||||
yield return webRequest.SendWebRequest();
|
yield return webRequest.SendWebRequest();
|
||||||
var result = webRequest.downloadHandler.text;
|
var result = webRequest.downloadHandler.text;
|
||||||
|
|
||||||
print("RECIEVED INFO: " + result);
|
|
||||||
|
|
||||||
#if UNITY_2020_1_OR_NEWER
|
#if UNITY_2020_1_OR_NEWER
|
||||||
switch (webRequest.result)
|
switch (webRequest.result)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue