UniTask.asmdef 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "UniTask",
  3. "rootNamespace": "",
  4. "references": [],
  5. "includePlatforms": [],
  6. "excludePlatforms": [],
  7. "allowUnsafeCode": false,
  8. "overrideReferences": false,
  9. "precompiledReferences": [],
  10. "autoReferenced": true,
  11. "defineConstraints": [],
  12. "versionDefines": [
  13. {
  14. "name": "com.unity.modules.assetbundle",
  15. "expression": "",
  16. "define": "UNITASK_ASSETBUNDLE_SUPPORT"
  17. },
  18. {
  19. "name": "com.unity.modules.physics",
  20. "expression": "",
  21. "define": "UNITASK_PHYSICS_SUPPORT"
  22. },
  23. {
  24. "name": "com.unity.modules.physics2d",
  25. "expression": "",
  26. "define": "UNITASK_PHYSICS2D_SUPPORT"
  27. },
  28. {
  29. "name": "com.unity.modules.particlesystem",
  30. "expression": "",
  31. "define": "UNITASK_PARTICLESYSTEM_SUPPORT"
  32. },
  33. {
  34. "name": "com.unity.ugui",
  35. "expression": "",
  36. "define": "UNITASK_UGUI_SUPPORT"
  37. },
  38. {
  39. "name": "com.unity.modules.unitywebrequest",
  40. "expression": "",
  41. "define": "UNITASK_WEBREQUEST_SUPPORT"
  42. }
  43. ],
  44. "noEngineReferences": false
  45. }