Retrieving something from the web?

Hi guys,

Is it possible to retrieve something from the web and use it for further actions?

More precisely I imagine some kind of a list which is located somewhere on the internet containing multiple URL Links. Then I would like to have some UI elements (probably buttons), which have variables attached which should be filled by the URLs from the List online.

The idea behind it is to have the list online which contains the URLs. They can be updated online. So in the end I would have buttons in Unity which always have the most up to date URLs attached.

Any ideas on how to execute that or better ways to get there are much appreciated! :slight_smile:

Thanks in advance

Sure thing! Store your data online in a JSON formatted file -for instance-, then you’ll be able to download it and parse its data. You can learn more here: Read JSON file data from server to unity c#. - Questions & Answers - Unity Discussions