Hello,
My turn-based game state server is implemented as a restful webserver and I need to get push notifications from it to a windows unity client (for example, a notification that the oponent has ended is turn…). I have studied the unity API documentation and I dont see any class or method that would allow this. So my question is, how can this be implemented in Unity? Is it even possible?
Thanks