-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] - support for decompiling CSharp scripts #67
Comments
as a temporary workaround, you can decompile il bytecode with a tool like dnspy or ilspy. you can find the assemblies in <pck_export>/.mono/assemblies//*.dll |
What pozm said. Ilspy, dnspy, or dotpeek are all great solutions to this. I don't have much experience with godot mono, so I'm reticent to add any C# decomp features to this, but I will welcome any PRs. |
How would I do that with ilspy? There is no |
In a process of recovering some of my oldest projects I stumbled upon an interesting "bug" — gdsdecomp doesn't know what to do with .cs files and leaves it empty. Tried full recovery with .8 and .9, both hadn't succeded.
Would be cool if there'd be a way to restore them as well.
The text was updated successfully, but these errors were encountered: