Updated vrm.schema.json

This commit is contained in:
ousttrue
2018-08-07 16:17:46 +09:00
parent 31dac32e21
commit d5cd9c5d45
2 changed files with 180 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ namespace VRM
Debug.LogFormat("write SsonSchema: {0}", path.FullPath);
var schema = JsonSchema.FromType<glTF_VRM_extensions>();
var f = new JsonFormatter();
var f = new JsonFormatter(2);
schema.ToJson(f);
var json = f.ToString();
File.WriteAllText(path.FullPath, json, Encoding.UTF8);