diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs
index 09ed4ad2b..603a94c2c 100644
--- a/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs
+++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs
@@ -17,10 +17,10 @@ namespace UniGLTF
///
/// を更新し、textures の index を返す
///
+ /// もっとも根本の Exporter クラスのみが呼び出すべきである。
+ /// 他の拡張機能などが呼び出すべきではない。
+ ///
///
- ///
- ///
- ///
/// gltf texture index
public static int PushGltfTexture(ExportingGltfData data, Texture2D texture, ColorSpace textureColorSpace, ITextureSerializer textureSerializer)
{