-
Notifications
You must be signed in to change notification settings - Fork 8
Uninstall
Guribo edited this page Jul 11, 2026
·
3 revisions
- Remove TLP UdonVoiceUtils from your project via VCC or ALCOM
- Also remove TLP UdonUtils and TLP UdonAvlTree if no other TLP package uses them
- VPM removes package folders and compile symbols automatically
- Delete the
Packages/tlp.udonvoiceutilsfolder from your project - Open
Packages/packages-lock.jsonand remove:"tlp.udonvoiceutils": { "version": "file:tlp.udonvoiceutils", "depth": 0, "source": "embedded", "dependencies": {} },
- If present, remove the same entry from
Packages/vpm-manifest.json - Go to Edit > Project Settings > Player > Script Compilation
- Remove
TLP_UDONVOICEUTILSfrom the list (only needed after the package folder is deleted) - You may also remove other
TLP_symbols if present
- Remove any TLP prefabs from your scenes (search for
TLP_in hierarchy) - Remove or update any scripts that reference UdonVoiceUtils types (they will cause compile errors after uninstall)
- Architecture
- Occlusion
- Voice Directionality
- Height Scaling
- Audio Processing Pipeline
- Private Voice Channels
- WorldAudio Subsystem
- WorldAudio Limitations
- Set Up Occlusion
- Set Up Voice Channels
- Set Up Reverb
- Set Up Height Scaling
- Set Up Voice Directionality
- Set Up Microphone
- Set Up WorldAudio Emitters
- Enable Debug Mode
- Tutorial #1: Custom Voice Override Zone
- Tutorial #2: Private Voice Channels
- Tutorial #3: Setting Up World Audio
- PlayerAudioController
- PlayerAudioOverride
- PlayerAudioOverrideList
- PlayerAudioView
- PlayerAudioConfigurationModel
- SyncedPlayerAudioConfigurationModel
- VoiceUtils
- IgnoredPlayers
- AudioObstacle
- DefaultPlayerOcclusion
- NullPlayerOcclusion
- PlayerOcclusionStrategy
- Privacy Channel Reference
- AdjustableGain
- DynamicPrivacy
- PickupMicrophone — MVC microphone system with MicModel/MicController/MicView
- VoiceOverrideTriggerZone
- VoiceOverrideRoom