dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

Improve Speed of Json Interface: Switch from LitJson to Unity's JsonUtility (1000x faster) #83

Open damro opened 7 years ago

damro commented 7 years ago

https://docs.unity3d.com/ScriptReference/JsonUtility.html Apparently 1000x faster

In general improve the speed of our JSON interface.