Search Unity

Unity and json

Discussion in 'Scripting' started by petipois26, Jul 5, 2015.

  1. petipois26

    petipois26

    Joined:
    Mar 17, 2014
    Posts:
    23
    I am currently working on a game that requires a button to be created dynamically from a json file on a website.

    Can anyone help me find the simplest way to read a json file in unity?
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
  3. Dustin-Horne

    Dustin-Horne

    Joined:
    Apr 4, 2013
    Posts:
    4,568
    It sounds like you have a really simple scenario. MiniJSON or JsonObject would probably be the best route for you as they're simple to use and you don't need anything complex.
     
    petipois26 and SubZeroGaming like this.