SplitScreen-Me / splitscreenme-nucleus

Nucleus Co-op is an application that starts multiple instances of a game for split-screen multiplayer gaming!
https://www.splitscreen.me/docs/what-is-splitscreen-me
GNU General Public License v3.0
856 stars 50 forks source link

🐛 Entry Assembly vs Nucleus Assembly #45

Open mikebarrett19 opened 1 year ago

mikebarrett19 commented 1 year ago

I have searched through the issues and didn't find my problem.

Bug description

Learning C# to write a plugin as per #44 When using Nucleus dlls in another application, it still looks at entry assembly. causing issues with game handlers and such. In my case looking at .../Playnite/handlers vs .../Nucleus/handlers

Debug Log

N/A

Possible fixes or solutions

Gonna write a pr for using GetAssembly(typeof()).

Additional information

Doesn't directly solve #44 but I won't need it anymore