From ec4761ba31dc73196ac589fc1c3db6369d824e13 Mon Sep 17 00:00:00 2001 From: Victor Beaupuy Date: Sun, 22 Feb 2026 01:20:38 +0100 Subject: [PATCH] let com.unity.cloud.gltfast claim .glb format --- Packages/UniGLTF/Editor/UniGLTF.Editor.asmdef | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Packages/UniGLTF/Editor/UniGLTF.Editor.asmdef b/Packages/UniGLTF/Editor/UniGLTF.Editor.asmdef index 46cc4b400..b3736347e 100644 --- a/Packages/UniGLTF/Editor/UniGLTF.Editor.asmdef +++ b/Packages/UniGLTF/Editor/UniGLTF.Editor.asmdef @@ -37,7 +37,17 @@ "name": "com.atteneder.gltfast", "expression": "", "define": "UNIGLTF_DISABLE_DEFAULT_GLTF_IMPORTER" - } + }, + { + "name": "com.unity.cloud.gltfast", + "expression": "", + "define": "UNIGLTF_DISABLE_DEFAULT_GLB_IMPORTER" + }, + { + "name": "com.unity.cloud.gltfast", + "expression": "", + "define": "UNIGLTF_DISABLE_DEFAULT_GLTF_IMPORTER" + } ], "noEngineReferences": false } \ No newline at end of file