GLTFUtility.Editor.asmdef 552 B

123456789101112131415161718192021222324
  1. {
  2. "name": "Siccity.GLTFUtility.Editor",
  3. "references": [
  4. "Siccity.GLTFUtility"
  5. ],
  6. "optionalUnityReferences": [],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "versionDefines": [
  13. {
  14. "name": "com.atteneder.gltfast",
  15. "expression": "3.0.0",
  16. "define": "HAVE_GLTFAST"
  17. },
  18. {
  19. "name": "org.khronos.unitygltf",
  20. "expression": "0.0.0",
  21. "define": "HAVE_UNITYGLTF"
  22. }
  23. ]
  24. }