How to load plugin on start

tobaymuata

New Member
Hi guys,

i'm currently developing a plugin for assisting in recording medical surgery. Is there a way i can set a hook to automatically load and show
the plugin once OBS studio starts?
Hints would be very much aprreciated!

regards,
tobias
 

R1CH

Forum Admin
Developer
Plugins load automatically provided they are installed in the correct location. You can use OBS_FRONTEND_EVENT_FINISHED_LOADING to trigger additional plugin actions once OBS has loaded.
 
Top