Search Unity

get json url and show in unity gridview

Discussion in 'Getting Started' started by Abbubakar, Jan 19, 2017.

  1. Abbubakar

    Abbubakar

    Joined:
    Apr 21, 2016
    Posts:
    2
    i have a problem i m getting jason api i can get data from url and show data in unity then i can link with buttons
     
  2. jhocking

    jhocking

    Joined:
    Nov 21, 2009
    Posts:
    814
    Do you know how to program in Unity? because the answer is make a WebRequest to the JSON url, parse the response text, then populate your grid with that data.