Version: 2020.3
Unity 分发平台
使用 UDP 分发游戏

开始使用 UDP

UDP 实现

Unity 建议在游戏开发周期中实现 UDP,直到游戏开发周期结束(例如,当你已决定可购买的游戏应用内商品时)。这样就更容易在旧版游戏中实现 UDP,从而使这些游戏在新的应用商店中焕发出新版本的生机。

你可以通过以下方式之一在游戏中实现 UDP。

  • 仅使用 UDP 包
  • 使用 UDP 包和 Unity IAP 包(Unity IAP 包版本 2.0.0+)
  • 仅使用 Unity IAP(Unity IAP 包版本 1.22.0–1.23.5)

你选择的实现方式不会影响 UDP 控制台。

使用 UDP 包

此实现类似于 Google Play 应用内计费 (In-App Billing) 实现。如果你之前已经为 Google Play 配置了你的游戏,则 Unity 建议使用 UDP 包。

可从 Unity Package Manager 或 Unity Asset Store 中获取 UDP 包。

For standalone UDP package installations, see Installing the UDP package.

使用 UDP 包和 Unity IAP

The Unity IAP package version 2.0.0 and above does not contain the UDP DLL. This requires the UDP package version 2.0.0 and above. From these versions on, install the UDP package and install the Unity IAP package from the Asset Store.

使用 Unity IAP

如果你的游戏已经使用 Unity IAP,你可以继续使用 Unity IAP 包。

注意:Unity 建议将 UDP 包与 Unity IAP 包版本 2.0.0+(可从 Asset Store 中获取)搭配使用。

UDP 包含在 1.22.0 - 1.23.5 版本的 Unity IAP 中。如果你使用 Unity IAP 包 (1.22.0 - 1.23.5),不要再另外安装 UDP 包。 要检查安装了哪个 Unity IAP 版本,请选择 Window > Unity IAP > IAP Updates。 在使用 Unity IAP 实现 IAP 商品之前,请遵循 Unity IAP 文档中的常规实现指南。

如果使用 Unity IAP 包,则可以使用代码或无代码实现方法在游戏中实现 IAP 商品。为了更好地与 UDP 集成,请使用代码实现 IAP。

系统要求

Unity 5.6.1 或更高版本支持 UDP。Unity 建议使用 2018.4 或更高版本。

从以下包版本及更高版本开始,可将 UDP 包和 Unity IAP 包一起使用:

  • UDP - 2.0.0
  • Unity IAP - 2.0.0(Asset Store 版本)

Accessing the UDP console

To access the UDP console, go to the Unity Dashboard and select Distribution Portal.

要从 Unity 编辑器访问 UDP 控制台,选择 Window > Unity Distribution Portal > Settings。在 UDP Settings Inspector 窗口中,选择 Go to UDP console

Unity 分发平台
使用 UDP 分发游戏