版本

menu_open
Wwise Unity Integration Documentation
Xbox One GDK-Specific Information

Declaring network sockets for remote connection

On Xbox One GDK, it is necessary to declare the socket and port usage of Wwise in order to connect the authoring application to the game (see Xbox One-Specific Information for more information).

To achieve this in Unity, you need to follow these steps:

  1. Open <UNITY_PROJECT_ROOT>/ProjectSettings/XboxOneGame.config
  2. Add the following XML snippet in the Game section:
    <DevelopmentOnly>
    <DebugNetworkPortList>
    <DebugNetworkPort>24024</DebugNetworkPort>
    <DebugNetworkPort>24025</DebugNetworkPort>
    <DebugNetworkPort>24026</DebugNetworkPort>
    </DebugNetworkPortList>
    </DevelopmentOnly>

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅