This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.3.2
Hotfix for an issue with the code in generated hooks.
- Arrays and closed generic types (eg
string[]
orList<object>
) should no longer cause any issues in generated hook code. Was going to write a parser for this but it seems Harmony'sFullDescription()
extension is enough to solve it.