Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Uninstallation

Xaymar edited this page Dec 20, 2023 · 15 revisions

Windows

System (All Users) and Current User

  1. Close all instances of OBS Studio.
  2. Open the Settings app.
  3. In the Settings app, open Apps.
  4. Find StreamFX and click Uninstall, then click Uninstall.
  5. Follow through with the Uninstaller.
  6. Done.

Portable (v0.12.0 Alpha 134 and newer)

  1. Close all instances of OBS Studio.
  2. Locate your portable installation.
  3. Run the StreamFX uninstaller (one of the unins###.exe files) located inside it.
  4. Follow through with the Uninstaller.
  5. Done.

MacOS

  1. Close all instances of OBS Studio.
  2. Open a Terminal.
  3. Depending on which version(s) of StreamFX you have installed, run one of the following commands:
    • v0.12.0a106 and older:
      sudo pkgutil --forget com.xaymar.StreamFX
      rm -rf "/Library/Application Support/obs-studio/plugins/StreamFX"
      
    • v0.12.0a117 and newer:
      sudo pkgutil --forget com.xaymar.StreamFX.obs
      sudo rm -f "/Library/Application Support/obs-studio/plugins/StreamFX.plugin"
      pkgutil --forget com.xaymar.StreamFX.obs
      rm -f "~/Library/Application Support/obs-studio/plugins/StreamFX.plugin"
      
  4. Done.

Linux (Ubuntu, Debian, ...)

  1. Close all instances of OBS Studio.
  2. Delete the StreamFX directory you extracted to ~/.config/obs-studio/.
  3. Done.
Clone this wiki locally