Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.1KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unity.services.core",
  3. "displayName": "Services Core",
  4. "version": "1.12.5",
  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.2.1",
  10. "com.unity.modules.androidjni": "1.0.0"
  11. },
  12. "relatedPackages": {
  13. "com.unity.services.core.tests": "1.12.5"
  14. },
  15. "_upm": {
  16. "changelog": "### Added\n\n- Apple privacy manifest file (PrivacyInfo.xcprivacy)\n\n### Fixed\n\n- Fixed an issue with the optional `FEATURE_SERVICES_INSTANCES` preprocessor define."
  17. },
  18. "upmCi": {
  19. "footprint": "5c0a191266db224a06ca6acaef3ea0e40d28fe59"
  20. },
  21. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.services.core@1.12/manual/index.html",
  22. "repository": {
  23. "url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
  24. "type": "git",
  25. "revision": "85f4cc67cb1ec043a92990cbe34002037e9948e4"
  26. }
  27. }