1
0

package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "com.unity.ads",
  3. "displayName": "Advertisement",
  4. "version": "3.7.5",
  5. "unity": "2018.4",
  6. "unityRelease": "18f1",
  7. "description": "Unity Ads is a video ad network for iOS and Android that allows you to quickly and effectively monetize your games.",
  8. "_upm": {
  9. "gameService": {
  10. "groupIndex": 4,
  11. "groupName": "Monetization",
  12. "genericDashboardUrl": "https://unityads.unity3d.com/help/index",
  13. "projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/monetization/about",
  14. "projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
  15. "configurePath": "Project/Services/Ads"
  16. },
  17. "supportedPlatforms": [
  18. "Android",
  19. "iOS"
  20. ]
  21. },
  22. "keywords": [
  23. "ads",
  24. "unity"
  25. ],
  26. "dependencies": {
  27. "com.unity.ugui": "1.0.0"
  28. },
  29. "upmCi": {
  30. "footprint": "4f1c86916a0ae855d512fa140653c127f5785fc6"
  31. },
  32. "repository": {
  33. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ads.git",
  34. "type": "git",
  35. "revision": "0e92fa56fc4e4cd1fa305e76a911acdae6386b96"
  36. }
  37. }