From cc1e10c5bdc2a825488d9c74697fdf8979a273b1 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 26 Oct 2021 19:04:18 +0900 Subject: [PATCH] Update GltfData comment. --- Assets/UniGLTF/Runtime/UniGLTF/IO/GltfData.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 {