Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Feature Request Why not via manifest.json

Discussion in 'Unity Mediation' started by DavidZobrist, Feb 3, 2022.

  1. DavidZobrist

    DavidZobrist

    Joined:
    Sep 3, 2017
    Posts:
    233
    Why is the unity beta mediation not as all other Unity gaming services addable via the manifest.json?
     
  2. jcGrenier

    jcGrenier

    Unity Technologies

    Joined:
    Feb 23, 2021
    Posts:
    145
    Hi @DavidZobrist
    You can add the package in Packages/manifest.json. The only difference is being a preview package, mediation is not visible in the package manager (yet).
    You can add
    "com.unity.services.mediation": "0.3.0-preview.3"
    to your json file to get the current mediation package.
     
    DavidZobrist likes this.
  3. DavidZobrist

    DavidZobrist

    Joined:
    Sep 3, 2017
    Posts:
    233