This commit is contained in:
2023-11-28 11:38:59 +05:30
commit ce059d4bf6
2742 changed files with 618089 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}
]
}