AssetStudio icon indicating copy to clipboard operation
AssetStudio copied to clipboard

StackOverflow in TypeDefinitionConverter: Type references can be circular

Open GiovanH opened this issue 3 years ago • 0 comments

image

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.

GiovanH avatar Sep 10 '21 01:09 GiovanH