In a project that I will develop with Unity, I need to check the data coming from the web service instantly. If a new data entry has been made, I will display it as a notification.
The problem is: How can Unity check the data from the web service in the background? I have to do this without installing a huge load on the server.
Thank you.