Skip to content

Minimal Scene Setup

Guribo edited this page Jul 11, 2026 · 3 revisions

Minimal Scene Setup

Prerequisites

Step-by-Step

1. Add TLP_Essentials

  1. In the Project window, search for TLP_
  2. Filter results: In Packages
  3. Drag TLP_Essentials into your scene

2. Add PlayerAudioController

  1. From the same search results, drag TLP_PlayerAudioController into your scene
    • This is the core system — mandatory
    • Alternatively use TLP_PlayerAudioCompleteWithUi if you want the settings menu

3. Done

The minimum setup is complete. No player is affected by default.

From here you can:

  • Modify global audio settings on the controller
  • Add example prefabs from Packages/tlp.udonvoiceutils/Runtime/Prefabs/Examples
  • Create custom solutions using UVU's audio override system

Next Steps

Clone this wiki locally