AssetRipper icon indicating copy to clipboard operation
AssetRipper copied to clipboard

[Bug]: UnityEngine.UI.dll does not get exported

Open BlueAmulet opened this issue 6 months ago • 2 comments

Are you on the latest version of AssetRipper?

Yes, I'm on the latest alpha-build of AssetRipper.

Which release are you using?

Windows x64

Which game did this occur on?

Lethal Company https://steamdb.info/app/1966720/

Which Unity version did this occur on?

Unity 2022.3.9f1

Is the game Mono or IL2Cpp?

Mono

Describe the issue.

The regex in ReferenceAssemblies might be too inclusive and prevents the UnityEngine.UI.dll from being exported or decompiled. This is not a standard UnityEngine .dll but is part of the com.unity.ugui package. All of the standard UnityEngine .dlls end in Module.dll so perhaps the regex should be modified to include that.

Relevant log output

No response

BlueAmulet avatar Dec 16 '23 20:12 BlueAmulet