Plugin isn't included in obs build

codefoxup

New Member
My plugin builds by itself with no errors and obs builds without errors, but my plugin isn't included in the build folder and I tried inserting it manually but that just causes an error in obs. The plugin just adds a basic template source so there's nothing complicated going on inside it.
 

codefoxup

New Member
Update: I figured out that post build instructions need to be added to the plugin's project properties, but now I get an error in obs-source.c that says unversioned_id is null. Setting unversioned_id in the source info struct doesn't change anything however. I'm not sure what unversioned_id the error is referring to.
 

codefoxup

New Member
I've figured out the problem, it turns out I needed to include the TestSource.c file in the TestPlugin.c file
 
Top