Il2CppVersions
Il2CppVersions copied to clipboard
Abstract struct fix / Unity version updates
These are the remaining changes since the last PR (it was less than I thought).
- Fix to an issue where structs with an instance of themselves as a field would cause a parsing error in IDA
- Metadata versions 24.5 and 27.2 added
- Updates to Unity headers/scripts. Note I have only covered up to 2018.4.34, 2020.3.4 and 2021.1.3, as I haven't worked on Il2CppInspector since then, although I will be again soon.
Okay, haven't looked into the bug yet, but I would suggest merging #14 which I looked over and seems fine, cherry pick https://github.com/nneonneo/Il2CppVersions/pull/13/commits/f13270afd58ab1542345362f534160899f57167d and I will submit a new PR when I've had chance to check into the issue you noted.
Done, #14 merged.
Any updates on this? Maybe a more targeted fix without the Unity version updates would be useful.