package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "com.unity.services.analytics",
  3. "displayName": "Analytics",
  4. "version": "4.0.1",
  5. "unity": "2019.4",
  6. "description": "The Unity Analytics package automatically collects core events and user properties when someone uses your game or application, and enables you to track specific in-game actions your user performs by defining custom events. The data collected from this package is surfaced in the Unity dashboard where you can use it to gather user insights, segment your player base and make informed decisions around the optimization of your game.",
  7. "dependencies": {
  8. "com.unity.ugui": "1.0.0",
  9. "com.unity.services.core": "1.4.0"
  10. },
  11. "samples": [
  12. {
  13. "displayName": "Standard Events",
  14. "description": "Example of using the predefined standardized products, including a demo scene",
  15. "path": "Samples~/StandardEvents"
  16. }
  17. ],
  18. "_upm": {
  19. "changelog": "### Fixed\n\n* Change assertions to error logs for missing required parameters"
  20. },
  21. "relatedPackages": {
  22. "com.unity.services.analytics.tests": "4.0.1"
  23. },
  24. "upmCi": {
  25. "footprint": "4ce83ce917b6a24b6afb9ecc651ec29ede7223fc"
  26. },
  27. "repository": {
  28. "url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
  29. "type": "git",
  30. "revision": "dac564bca5dae194afa944a6b22849513d412ec2"
  31. }
  32. }