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
GET
UnityWebRequest.Get()
Try to use the WWW call instead the UnityWebRequest which is broken. What version of unity are you using ?
WWW
UnityWebRequest