Skip to content
Tommy edited this page May 4, 2024 · 7 revisions

Frequently asked questions:

Where did all my settings go?! I updated to OBS 28 and the tabs are all gone!

Uncheck the following checkbox on the General tab.
Hide


Where did all my settings go?! I updated to OBS 28 and they're all wiped out!

The settings are saved as part of the scene collection. What likely happened is that you updated to OBS 28 first, the now incompatible plugin version failed to load, and you closed OBS, causing OBS to overwrite the scene collection data without any data of the advanced scene switcher.

If you have backed up your scene collection data or exported your settings to a file previously you can use those files to restore the settings.


I have set everything up, but nothing is happening! Why is the plugin is not doing anything?!

Make sure the plugin is started.
In case the plugin is active use these visual guides to narrow down which part of your macros is not working as expected.


What is a macro and how do I create one?

Have a look at this wiki entry for an explanation what macros are and an example how to create a macro.


In which order are macros executed?

The macros are executed from the top to the bottom of the macro list.
So assuming you have the following macros set up and all their conditions are met ...

image

... first the actions of Macro 1 would be executed, followed by Macro 2, and finally Macro 3.


In which order are macro conditions evaluated?

The conditions are checked from the top to the bottom.
So assuming you have the following conditions set up in a given macro ...

1710329364264

... they would be evaluated as (((Scene) or File) and Audio).


Where do I report issues, bugs, or feature requests?

You can report them on GitHub or in the OBS forums.


Example guides

Explanations

Clone this wiki locally