Skip to content

Uninstall

Guribo edited this page Jul 5, 2026 · 3 revisions

Uninstall

Via VCC/ALCOM (Recommended)

  1. Remove TLP UdonVoiceUtils from your project via VCC or ALCOM
  2. Also remove TLP UdonUtils and TLP UdonAvlTree if no other TLP package uses them
  3. VPM removes package folders and compile symbols automatically

Manually via Filesystem

  1. Delete the Packages/tlp.udonvoiceutils folder from your project
  2. Open Packages/packages-lock.json and remove:
    "tlp.udonvoiceutils": {
      "version": "file:tlp.udonvoiceutils",
      "depth": 0,
      "source": "embedded",
      "dependencies": {}
    },
  3. If present, remove the same entry from Packages/vpm-manifest.json
  4. Go to Edit > Project Settings > Player > Script Compilation
  5. Remove TLP_UDONVOICEUTILS from the list (only needed after the package folder is deleted)
  6. You may also remove other TLP_ symbols if present

After Uninstalling

  • Remove any TLP prefabs from your scenes (search for TLP_ in hierarchy)
  • Remove any scripts referencing UVU components

Clone this wiki locally