Skip to content

SharpPluginLoader 0.0.4

Compare
Choose a tag to compare
@Fexty12573 Fexty12573 released this 03 Mar 19:24
· 89 commits to master since this release

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 in System.Numerics