poingstudios / godot-admob-plugin

This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations and directly inside Godot Editor!
https://poingstudios.github.io/godot-admob-plugin/
MIT License
312 stars 22 forks source link

Add Support for C# #124

Open SparkT06 opened 9 months ago

SparkT06 commented 9 months ago

Is your feature request related to a problem? If so, please describe.

currently the plugin works for gd script. As C# also officially supported by Godot and many users are using mono. if this plugin supports c# would great

What feature or improvement would you like to see?

implement C# language support

Additional context

No response

gumaciel commented 9 months ago

Theoretically the plugin already supports the Godot 4.2, but the Editor plugin only has support for GDScript, due to low work force and financial support.

But we aim to support C#/Mono as well in the future!