Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to post "List" using WWW or something?

Discussion in 'Scripting' started by NRC_masaki, Aug 16, 2017.

  1. NRC_masaki

    NRC_masaki

    Joined:
    Jan 25, 2017
    Posts:
    2
    I'm building communication system between Unity and Python.
    I'd like to post List data to Python.
    Although CSV file can be a option, I'm looking for something smarter.
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    If you're looking for a flexible format to transport data, then json will likely fit well. There are a number of json implementations to choose from. My favourites are fastJSON and miniJSON
     
  3. NRC_masaki

    NRC_masaki

    Joined:
    Jan 25, 2017
    Posts:
    2
    Thanks! Very Helpful!
     
    larku likes this.