Unity integration process overview for publishers
Review the end-to-end workflow for integrating and launching Unity Ads in your Unity project.
阅读时间1 分钟最后更新于 2 个月前
To go live with Unity Ads in your Unity project, complete all four steps below in order.
-
Install the SDK — Add the Unity Ads package via the Unity Package Manager.
-
Configure user consent — Set the user's consent status before or during initialization. Serving ads without consent configuration may violate privacy regulations in some regions. See the Unity Ads privacy guide.
-
Initialize the SDK — Callwith your Game ID. Initialization must run after consent is configured.
Advertisement.Initialize()
Going beyond minimum integration
The previous steps cover only what's required to complete SDK integration and start serving ads in your app. For a comprehensive monetization setup — including mediation with Unity LevelPlay or third-party partners, placement configuration, payment setup, and ad revenue optimization — refer to the Unity Ads Monetization process overview.