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