Skip to content

herbou/Turo_LoadDataFromServer__JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turo_LoadDataFromServer__JSON

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":"......"
   }
]

About

How to fetch data from server (json format) and show in Unity UI , tutorial: https://youtu.be/rnDaBuYgHgQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages