Embedding godot project having C# scripts in native android project

Godot Version

4.5.1

Question

I have a godot project. It has C# scripts. If I export my project as an apk, then app works fine. However, if I embed my project in native android project, then after building apk C# scripts dont run. What is the way to embed godot project with C# scripts in native android project?

If I understand correctly, you want to write C# scripts in the Android version of the engine?
But unfortunately, I quote…

https://godotengine.org/download/android
«Note: C# support is not available in the Android editor».

1 Like

Rewrite them as GDScript.

Alternately wait and see if C# support is added to the Android editor after it is turned into part of GDExtension in 4.6.

1 Like