Skip to content

Updating

Guribo edited this page Jul 11, 2026 · 2 revisions

Updating

How to Update

  1. Open VRChat Creator Companion or ALCOM
  2. Find TLP UdonVoiceUtils in your installed packages
  3. Update to the latest version
  4. Wait for Unity to recompile

If TLP UdonVoiceUtils doesn't appear, add the TLP repository: https://guribo.github.io/TLP/ (see Installation)

What to Check After Updating

  • 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

Versioning Scheme

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

Troubleshooting Updates

If errors appear after updating:

  1. Remove UdonVoiceUtils and all its TLP dependencies (UdonUtils, UdonAvlTree) from your project
  2. Add UdonVoiceUtils again — this installs the latest compatible versions of all dependencies
  3. See Troubleshooting for more

Clone this wiki locally