在 C# 脚本中使用 VivoxUnity

要在 C# 脚本中使用 Vivox Service 插件,可以将 Unity.Services.Vivox 命名空间添加到脚本,如下例所示:

. . .
using Unity.Services.Vivox;
. . .