Merge pull request #2461 from prefrontalcortex/feature/ecosystem-compatibility

add version defines so that UniGLTF, UnityGLTF and glTFast can co-exist
This commit is contained in:
ousttrue
2024-10-16 13:04:24 +09:00
committed by GitHub

View File

@@ -17,6 +17,27 @@
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"versionDefines": [
{
"name": "org.khronos.unitygltf",
"expression": "",
"define": "UNIGLTF_DISABLE_DEFAULT_GLB_IMPORTER"
},
{
"name": "org.khronos.unitygltf",
"expression": "",
"define": "UNIGLTF_DISABLE_DEFAULT_GLTF_IMPORTER"
},
{
"name": "com.atteneder.gltfast",
"expression": "",
"define": "UNIGLTF_DISABLE_DEFAULT_GLB_IMPORTER"
},
{
"name": "com.atteneder.gltfast",
"expression": "",
"define": "UNIGLTF_DISABLE_DEFAULT_GLTF_IMPORTER"
}
],
"noEngineReferences": false
}