AssetStudio
AssetStudio copied to clipboard
StackOverflow in TypeDefinitionConverter: Type references can be circular
Found this case in a unity game. Type structure like
- A
- List[B]
- B
- A
Normally this would be an indirect reference, but AssetStudio doesn't have a check for the circular reference, and crashes.