Bekwnn / UnityJsonHelper

A simple utility class to help you use Unity 5.3's JsonUtility better.
GNU General Public License v2.0
37 stars 10 forks source link

Working with nested json #4

Open qoVA opened 4 years ago

qoVA commented 4 years ago

Am having issues using the UnityJsonHelper to access a file with Resources.load<>(); and accessing a nested Json document

guneyozsan commented 4 years ago

I had made a version that gives jagged array of all occurences of an object. Check to see if it helps for your nested JSON: https://github.com/guneyozsan/UnityJsonHelper