Skip to content

Installation

Guribo edited this page Jul 3, 2026 · 1 revision

Installation

Requirements

  • Unity 2022.3.22f1 or higher (VRChat current version)
  • VRChat World SDK 3.10.3 or higher
  • VRChat Creator Companion (VCC) or ALCOM

Installing via VPM

  1. Open your Unity project
  2. Open VRChat Creator Companion or ALCOM
  3. Add the TLP UdonVoiceUtils package to your project:
    • VCC: search for UdonVoiceUtils in the package list and add it
    • ALCOM: add the TLP repository URL: https://guribo.github.io/TLP/ and install tlp.udonvoiceutils
  4. Wait for Unity to recompile

Verifying the Installation

  1. Open the demo scene: Packages/tlp.udonvoiceutils/Runtime/Scenes/Demo.unity
  2. Enable ClientSim (VRChat SDK menu)
  3. Click Play in Unity
  4. Check the console — only one expected error about AudioListener should appear
  5. If there are other errors, see Troubleshooting

Next Steps

Clone this wiki locally