UniVRM/Assets/VRM/UniGLTF/Scripts
Isamu Mogi da2fb76fd4 Remove invalid json like meshes[].primitives[].targets[].TANGENT = -1
In UniVRM v0.45 invalid glTF json values like
`meshes[].primitives[].targets[].TANGENT = -1` had been removed
by UniGLTF.JsonSerializableBase.SerializeMembers(). But it was disabled
unexpectedly since v0.46's following commit:
a85b9699e7 (diff-6d81c3ba04eb19e159e64767f9dd1325L36)

Now call UniGLTF.GLTFJsonFormatter.GLTFValue() explicitly to run serializable's
SerializeMembers() for removing those values that restores UniVRM v0.45
behavior without reflections.

Fixes #105
2019-01-04 02:40:23 +09:00
..
Editor Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Extensions Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Format Remove invalid json like meshes[].primitives[].targets[].TANGENT = -1 2019-01-04 02:40:23 +09:00
IO Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
PreExportShaderProps Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Editor.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Extensions.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Format.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
IO.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
PreExportShaderProps.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFException.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFException.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFVersion_partial.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFVersion_partial.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFVersion.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniGLTFVersion.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00