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.