1

Just installed Ubuntu Studio, and I need Advanced Scene Switcher plugin. How do I install it?

farlive
  • 19

1 Answers1

0

This will depend on how OBS Studio was installed. You can see if it's installed as a snap by running: snap list

If it's installed as a snap, this plugin should already be included (according to the project's Github page).

If OBS Studio is installed as a .deb package, you can install the obs-advanced-scene-switcher plugin from the Universe repository.

sudo apt install obs-advanced-scene-switcher
Artur Meinild
  • 31,035