Advertisement

Unity JSON 多对象读写 (4)

阅读量:

Access and save external .json files through JsonUtilities or LitJson (https://github.com/fabifiess/unity-json)

文件Unity 版本号5.3,使用时候Unity 版本号5.6

文件分流unity-json-master

本文仅作分析,学习用途。

_4Update_ObjectArray_LitJson
----------------------------------------------------------------------------------------------原代码+注释

// Reading an array containing nested objects stored in a text file formatted as JSON. Utilizing the LitJson library, modifications and additions of objects can be executed.
// Initially, the structure is: [{"name":"BadBoy","scores":4711}]
// Following step 5, the updated

全部评论 (0)

还没有任何评论哟~