nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.1k stars 143 forks source link

Export Dump does not have a popover #211

Closed lswd closed 1 year ago

lswd commented 1 year ago

When exporting MonoBehaviour files using Export Dump, pop-ups are not performed However, when I use UABE, the following popup will pop up. Does UABEA export MonoBehaviour files without popup? It is my computer's problem.

1671850969512

nesrak1 commented 1 year ago

UABEA and UABE do not use the same code at all. Because UABE is C++, it needs to call a C# tool which uses Mono.Cecil. Since UABEA is fully C#, all of this is pretty much automatic and in the background when needed. The only difference is I don't ask where to load assemblies since it's almost always the same location and most people I talked to would rather have it automatic and move the files when needed.

All this to say this isn't an actual issue. The question Does UABEA export MonoBehaviour files without popup? could have been easily determined without making an issue on here by just... trying to export and seeing if it comes out the way you expect (i.e. the same as UABE's output).

If it doesn't come out as you expect, that's a totally different issue. But the way you worded the issue, it seems you don't even know.