Update the state of C#/.NET support as of 4.2

This commit is contained in:
Yuri Sizov
2023-10-03 15:03:42 +02:00
parent 228c10e1e6
commit ac728e8dd2
7 changed files with 70 additions and 36 deletions

View File

@@ -128,9 +128,10 @@ officially supported .NET option.
.. attention::
Projects written in C# using Godot 4.x currently cannot be exported to
Android, iOS and web platforms. To use C# on those platforms, use Godot 3
instead.
Projects written in C# using Godot 4 currently cannot be exported to iOS
and web platforms. To use C# on those platforms, consider Godot 3 instead.
Android platform support is available as of Godot 4.2, but is experimental
and :ref:`some limitations apply <doc_c_sharp_platforms>`.
C++ via GDExtension
~~~~~~~~~~~~~~~~~~~