Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "com.unity.ads",
  3. "displayName": "Advertisement Legacy",
  4. "version": "4.4.2",
  5. "unity": "2018.4",
  6. "unityRelease": "18f1",
  7. "description": "Connect your game to the Unity Ads Network for iOS and Android to quickly and effectively monetize your games.\n\nNOTE: Unity has joined forces with ironSource and recommends using Unity LevelPlay for ad mediation (instead of this package). \n\nThis package will still be supported but no longer updated. To install Unity LevelPlay, use the Ads Mediation package (available below) or the LevelPlay plugin-in at https://developers.is.com/ironsource-mobile/unity/unity-plugin/.\n\nSupported platforms:\n- Android\n- iOS\n",
  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. "changelog": "## **Unity**\n - Remove redirect pop-ups directing users to Unity Mediation.\n## **Android**\n### **Bugfix**\n- Fixed a NullPointerException when Application Context is null for cached directory file path."
  22. },
  23. "keywords": [
  24. "ads",
  25. "unity"
  26. ],
  27. "dependencies": {
  28. "com.unity.ugui": "1.0.0"
  29. },
  30. "upmCi": {
  31. "footprint": "fc7ba9cd356edacbf4c1d0cf4da023c5153010ee"
  32. },
  33. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ads@4.4/manual/index.html",
  34. "repository": {
  35. "url": "https://github.com/Unity-Technologies/unity-ads-sdk.git",
  36. "type": "git",
  37. "revision": "532b2db792ae728eedcc825080876b4e2c5f8544"
  38. },
  39. "samples": [
  40. {
  41. "displayName": "UnityAds Example App",
  42. "description": "Contains sample scene and scripts for loading and showing ads with the Unity Ads SDK",
  43. "path": "Samples~"
  44. }
  45. ]
  46. }