This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I try to make a programm exclusively in C# with Godot, since I come from Unity and also I don't want to mix GDScript and C#

I would love to use GDNative Plugins for example Geodot:
https://github.com/boku-ilen/geodot-plugin

The Issue is, that the Namespace Geodot is not known in Mono. I suppose because there are no Mono Bindings or Glue.

How can I achieve Mono Compatibility with this (or any) Plugin of that sort? What are the steps? I'm experience with coding and compiling the engine, but I'm stuck here.

Godot version 3.5 Mono
in Engine by (12 points)

Maybe you would like to write your bindings to GDScript via Cross-language scripting:

https://docs.godotengine.org/en/stable/tutorials/scripting/cross_language_scripting.html

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.