How to fetch data from server (json format) and show in Unity UI , tutorial: https://youtu.be/rnDaBuYgHgQ
JSON format:
[
{
"Name":"......",
"Description":".....",
"IconUrl":"......"
},
{
"Name":"......",
"Description":".....",
"IconUrl":"......"
},
{
"Name":"......",
"Description":".....",
"IconUrl":"......"
}
]