diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/GltfData.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/GltfData.cs index 5ce28428d..8c1092edc 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/GltfData.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/GltfData.cs @@ -5,11 +5,8 @@ using System.Linq; namespace UniGLTF { /// - /// gltf の読み込み補助クラス - /// - /// * JSONにパースができている - /// * glbの場合は bin chunk のバイト列が入手出来ている - /// + /// * JSON is parsed but not validated as glTF + /// * For glb, bin chunks are already available /// public sealed class GltfData {