Unity3D开发小贴士(十四)JsonUtility

Json是如今很是经常使用的数据格式,由于.Net的版本问题,全部没有很方便的方法能够直接在Unity里面使用C#官方的Json库,因而Unity3D本身提供了本身的一套Json工具——JsonUtility。 参考下面的示例:json using UnityEngine; using System.Collections; public class TestSer { public int
相关文章
相关标签/搜索