-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
C#: Fix exporting for Android #80521
Conversation
Hey 👋 Thanks for contributing to the .NET module. Since this is your first time contributing, make sure you've read CONTRIBUTING.md. You'll have to squash all the commits into one, take a look at the PR workflow documentation for more information. Also, feel free to reach out on Rocket Chat if you need help. |
Thanks, any more questions now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
Thanks! And congrats for your first merged Godot contribution 🎉 |
You should now be able to compile the C# Android export template properly and export C# Android within the editor.
Only tested the Android export for a small project and it's not clear if this causes any other issues.