Second Month - Third Weed(File System)

I am building a file system now to generate game objects from JSON Files. I do not familiar JSON, but the syntax looks very easy, I spend a morning study JSON format.
The loading system depends on JSON files.
Json File Exmple:

MainCamera.Jason
{
"Transform": [0, 15,-50],
"Camera":{"NEAR":0.5,"FAR":100,"FOV":60},
"CustomScript":["CameraFllow", "CameraSpecialEffect"]
}




Comments

Popular Posts