REST in Unity (send messages from webserver to unity)

后端 未结 3 1165
执笔经年
执笔经年 2021-01-28 05:29

Is there a way to have a simple webserver send messages to Unity?

At the moment, we\'re doing a GET using UnityWebRequest.Get() in the update

3条回答
  •  臣服心动
    2021-01-28 05:55

    Try to use the WWW call instead the UnityWebRequest which is broken. What version of unity are you using ?

提交回复
热议问题