Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

UnityExplorer 4.3.2

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 07 Sep 09:17
· 285 commits to master since this release

Hotfix for an issue with the code in generated hooks.

  • Arrays and closed generic types (eg string[] or List<object>) should no longer cause any issues in generated hook code. Was going to write a parser for this but it seems Harmony's FullDescription() extension is enough to solve it.