mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 06:57:49 -05:00
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:
commit
49dd34f17d
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user