package.json 1.3 KB

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.services.core",
  3. "displayName": "Services Core",
  4. "version": "1.4.2",
  5. "unity": "2019.4",
  6. "description": "This package defines common components used by multiple Game Service packages.\nThese are standardized and aim to unify the overall experience of working with Game Services SDK.",
  7. "dependencies": {
  8. "com.unity.modules.unitywebrequest": "1.0.0",
  9. "com.unity.nuget.newtonsoft-json": "3.0.2",
  10. "com.unity.modules.androidjni": "1.0.0"
  11. },
  12. "_upm": {
  13. "changelog": "### Changed\n\n- Log error instead of warning when core initialize with no cloud project id\n\n### Added\n\n- Log a JSON containing the common configuration shared among all services for debugging purposes when using ENABLE_UNITY_SERVICES_VERBOSE_LOGGING as a scripting define\n\n### Fixed\n\n- NullReferenceException while telemetry was provided an empty file, fixed by introducing a null check\n- DirectoryNotFoundException happened inconsistently on Switch, fixed by resolving racing condition issue"
  14. },
  15. "relatedPackages": {
  16. "com.unity.services.core.tests": "1.4.2"
  17. },
  18. "upmCi": {
  19. "footprint": "d066eb695aea17ae07aa4d661d1638775556c597"
  20. },
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
  23. "type": "git",
  24. "revision": "3964d1641ebec474aa425853985bccbdb89c2a49"
  25. }
  26. }