mtga-reader
v0.1.5
Published
  , without having to worry about OS compatibility and intermediate softwares.
Mono definitions reference; https://github.com/Unity-Technologies/mono/blob/2021.3.14f1/mono/metadata/domain-internals.h
Original article explaining the basics still applies; https://hackf5.medium.com/hacking-into-unity-games-ca99f87954c
Development
You can use cargo run --bin debug to run a small script in /src/bin that should serve as a quick development/check for your changes. However, there are tests in lib.rs. and those should always be passing before building. These tests depend on MTG Arena to be running in order to pass, therefore we cant currently run these on CI for automation. For any important path we discover/fix, a new test covering it should be added.
Building
All builds should go automatically with npm version && git push --follow-tags, that triggers the napi-rs workflow and releases to npm automatically.
For local builds you can simply run yarn build.
