Merge pull request #2776 from Kushulain/v0.131.0-pw
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled

Let com.unity.cloud.gltfast claim .glb/.gltf file format
This commit is contained in:
ousttrue 2026-02-26 21:20:42 +09:00 committed by GitHub
commit 32fac96535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}