123456789101112131415161718192021222324 |
- {
- "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"
- }
- ]
- }
|