Latest json Activity
Hello everyone, I would like to share my article series about JSON essentials in Unity by using Newtonsoft.
I explained and exemplified serialization and deserialization, beautification to json data output and creating custom json converter to serialize and deserialize interface and abstr…
A level editor that can be used to make mods.
I've strived to make tools that can be used to add mods to the game, and build the game through those tools.
This update brings the level editor.
You edit the level with a free form WASD camera.
You can create, save, and load level JSON files …
How I made my custom engine project modifiable by the players.
So, I decided I wanted my game to be modifiable from the ground up.
To make sure the mod tools worked well and were bug free, I decided it was best to use them to build the actual game.
So, when running the game, you have tools available …