Skip to content

[1.4.2] Unity Engine 5.6.7

Latest
Compare
Choose a tag to compare
@nrgill28 nrgill28 released this 20 Feb 21:00
· 13 commits to main since this release

Summary

This update primarily fixes issues when running under Unity Engine 5.6.7.
BOTH 5.6.7 AND 5.6.3 WILL WORK ON THIS VERSION.

Changes

  • Update hook FixPluginTypesSerialization offsets to work with either Unity 5.6.3 or 5.6.7
  • (Hopefully) fixes #12, by using a different method to obtain the base address for hooking into the main process
  • Replaced MMHOOK usage with harmony. This now allows for MeatKit to import the runtime DLL and they don't need to be separately compiled.
  • Removed snap turn lock functions, as I'm pretty sure no one used them.