Learn how to save data from Unity to a JSON file using C# and the LitJson library.
Saving data to a readable JSON file opens up a ton of opportunity for your game, such as in-game level designers, inventory and item databases, and character databases and the best thing is this data can be edited outside of Unity, without the need to recompile and build your game.
What is JSON?
http://json.org/
LitJson
http://lbv.github.io/litjson/
Unity DLL Manual
http://docs.unity3d.com/Manual/UsingD...
Unity Visual Studio Tools
https://www.visualstudio.com/en-us/fe...
Have a question or comment? Leave one below or hit me up on twitter at:
/ awfulmedia