Search Unity

JSON issue in 2017.1.1f1

Discussion in 'Editor & General Support' started by jk15, Sep 22, 2017.

  1. jk15

    jk15

    Joined:
    Jun 23, 2011
    Posts:
    49
    Hi I have a valid JSON file in my Assets folder.

    When I click on it the inspector shows it is empty and it can't read the file.

    When I take the exact same file into 5.6.0f3 I can see all the file content in the inspector and Unity can read it.

    Any suggestions on how to fix this as I really don't want to have to roll back from 2017.1.1f1.

    Thanks.
     
  2. jk15

    jk15

    Joined:
    Jun 23, 2011
    Posts:
    49
    Found a work-around for this. A string in the JSON file contained an En dash, replaced it with a Minus and it worked. Odd this was that the En dash does work in 5.6.0f3.