A plugin for OBS Studio that will allow you to use a Scene as a Transition.
This can be used to create all kinds of transitions. It is recommended to get the most out of this plugin that you use other powerful plugins such as Exeldro's Move Transition plugin to create advanced movements. You can even make the transitions dynamic by passing information from a program like SAMMI or Streamer.Bot.
An example would be putting a text source on the transition scene and having it update with the name of the scene or game you are transitioning to.
Some examples of this plugin will be uploaded for you to get your hands on at StreamUP.
Under the 'Scene Transitions' dock press '+' and select 'Scene' and give the transition a name.
You can configure the following 'Scene as Transition Properties':
In-tree build
add_subdirectory(scene-as-transition)
to plugins/CMakeLists.txtStand-alone build (Linux only)
cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build