mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 11:59:26 -05:00
Updated vrm.schema.json
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user