# Vivox Unity 包结构

> Understand the structure of the Vivox Unity package.

Vivox Unity SDK 包使用以下结构：

* **Vivox/Runtime/**

  * 必需
  * 用于将 Vivox 集成到 Unity 项目中的所需 Vivox Unity 代码。

* **Vivox/Plugins/**

  * 必需
  * Vivox Unity 需要的原生库。

* **Vivox/Editor/**

  * 推荐
  * 帮助确保项目在特定平台上针对 Vivox 正确构建的编辑器脚本。

* **Vivox/Samples/**

  * 可选
  * 在游戏设置中演示 Vivox 集成的示例游戏。

* **Vivox/Tests/**

  * 可选
  * 可确保 Vivox 代码在编辑器中和构建的播放器内的质量的单元测试（需要 Unity Test Runner）。
