No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEngine.Purchasing.asmdef 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "UnityEngine.Purchasing",
  3. "rootNamespace": "",
  4. "references": [
  5. "Purchasing.Common",
  6. "Unity.Services.Core",
  7. "Unity.Services.Core.Environments",
  8. "Unity.Services.Core.Internal",
  9. "Unity.Services.Analytics"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": [
  19. {
  20. "name": "com.unity.services.analytics",
  21. "expression": "[4.0.0,4.4.0)",
  22. "define": "IAP_ANALYTICS_SERVICE_ENABLED"
  23. },
  24. {
  25. "name": "com.unity.services.analytics",
  26. "expression": "4.4.0",
  27. "define": "IAP_ANALYTICS_SERVICE_ENABLED_WITH_SERVICE_COMPONENT"
  28. },
  29. {
  30. "name": "com.unity.modules.unityanalytics",
  31. "expression": "",
  32. "define": "IAP_LEGACY_ANALYTICS_SERVICE_ENABLED"
  33. }
  34. ],
  35. "noEngineReferences": false
  36. }