This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 2.0.0 |
| Download link | SoulWithMae-OBSBridge-2.0.0.zip |
| Downloads | 1630 |
| Dependency string | SoulWithMae-OBSBridge-2.0.0 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0README
OBSBridge
Allows interaction with OBS within Unity games.
MelonLoader
| Release | IL2CPP | Mono |
|---|---|---|
| ML 0.5 | ✖️ | ✖️ |
| ML 0.6 | ✅ | ✅ |
| ML 0.7 | ✅ | ✅ |
BepInEx
| Release | IL2CPP | Mono |
|---|---|---|
| BIE 5.X | ✖️ | ✖️ |
| BIE 6.X | ✖️ | ✖️ |
I had plans to support BIE 5.X, but BepInEx refuses to properly load any assemblies that aren't BepInEx plugins. I really don't feel like rewriting obs-websocket-sharp and it's 6 dependencies to be BepInEx plugins.
Maybe later, but for now I'm sticking to an actually good modloader.
Documentation
CHANGELOG
v2.0.0
Fixed a namespace being from an old version of the mod
- using WeatherElectric.OBSControl.OBS;
- using WeatherElectric.OBSBridge.OBS;
Removed obsolete status methods, as there have been bool properties that give the same thing with less websocket requests.
Changed preference category title from OBSControl to OBSBridge
v1.0.0
Initial Release