6 ms·
The linked page says the following: No C# or GDNative/GDExtension: Only GDScript is supported. Native extensions are not supported, but you can try to convert
by tslater2006 3y ago
The linked page says the following:
No C# or GDNative/GDExtension: Only GDScript is supported. Native extensions are not supported, but you can try to convert them into internal modules.
- FrustratedMonky 3y agoRight from site https://godotengine.org/features/#script https://godotengine.org/features/#script ""Leverage your C# experience to feel right at home If you're an experienced C# user, Godot offers you first-class support for the .NET platform. Power your game with familiar libraries and give them performance boost, while still benefiting from close engine integration. Note: .NET support is provided as a dedicated engine executable. C# support is available for desktop and mobile platforms as of Godot 4.2. Web support should be added in the future, but until then, Godot 3 remains a supported option.""
- johnnyjeans 3y agoThis likely doesn't apply to the Switch version due to platform restrictions/technical issues yet to be resolved.
- strich 3y agoHe's talking about the Switch port library. It didn't support C# yet. But also on the wider topic Godot still struggles with making C# a first class citizen compared to its home baked script language. They're improving things but it's not great yet.
- FrustratedMonky 3y agoGot it. Thank You.