SharpPluginLoader 0.0.4
This release contains more new features and bugfixes:
- Improved Internal Call Generator (again, now no longer requires a native component to use)
- Crash fixes in regards to hot-reloading
- ImGui visual bugfixes (Partial fix for #24)
- New custom ImGui NuGet package
- Texture/Image loading API
- Further update-proofing
- Steam matchmaking API (See #26)
sMhUnit
interface- New
OnUnload
event for easier cleanup (See #29) - Rendering Performance improvements
- Tons of update proofing, the framework is now fully update agnostic.
Breaking Changes:
- Event system rework (No more explicit event subscriptions)
Author
property is now mandatory for all plugins- Various
Mt...
types replaced by counterparts inSystem.Numerics