Why not via manifest.json

Why is the unity beta mediation not as all other Unity gaming services addable via the manifest.json?

Hi @DavidZobrist_1
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.

1 Like

@jcGrenier
Ahhhh nice thanks!