Files
ChatGPT_CustomerSup/Assets/GLTFUtility-master/Scripts/Editor/GLTFUtility.Editor.asmdef
2023-11-28 11:38:59 +05:30

24 lines
552 B
Plaintext

{
"name": "Siccity.GLTFUtility.Editor",
"references": [
"Siccity.GLTFUtility"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"versionDefines": [
{
"name": "com.atteneder.gltfast",
"expression": "3.0.0",
"define": "HAVE_GLTFAST"
},
{
"name": "org.khronos.unitygltf",
"expression": "0.0.0",
"define": "HAVE_UNITYGLTF"
}
]
}