-
Notifications
You must be signed in to change notification settings - Fork 8
Updating
Guribo edited this page Jul 11, 2026
·
2 revisions
- Open VRChat Creator Companion or ALCOM
- Find TLP UdonVoiceUtils in your installed packages
- Update to the latest version
- Wait for Unity to recompile
If TLP UdonVoiceUtils doesn't appear, add the TLP repository:
https://guribo.github.io/TLP/(see Installation)
- MAJOR version bump: API changes occurred — backup first, then check and update your scenes/scripts
- MINOR version bump: new features added, backward compatible — check and update usages if needed
- PATCH version bump: bug fixes only — remove any workarounds you added
This package uses Semantic Versioning: MAJOR.MINOR.PATCH
| Version | Meaning | Action After Update |
|---|---|---|
| MAJOR | Incompatible API changes | Backup, then update scenes/scripts |
| MINOR | New features, backward compatible | Check usages, update if needed |
| PATCH | Bug fixes, backward compatible | Remove workarounds |
If errors appear after updating:
- Remove UdonVoiceUtils and all its TLP dependencies (UdonUtils, UdonAvlTree) from your project
- Add UdonVoiceUtils again — this installs the latest compatible versions of all dependencies
- See Troubleshooting for more
- 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