Update C# platform support

This commit is contained in:
Raul Santos
2023-11-18 02:19:21 +01:00
parent 1e2867c976
commit 9722030a2f
4 changed files with 8 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ The following steps detail what is needed to set up the Android SDK and the engi
.. attention::
Projects written in C# using Godot 4 currently cannot be exported to Android.
To use C# on Android, use Godot 3 instead.
Projects written in C# can be exported to Android as of Godot 4.2, but support
is experimental and :ref:`some limitations apply <doc_c_sharp_platforms>`.
Install OpenJDK 17
------------------

View File

@@ -15,8 +15,8 @@ do everything else you can normally do with Xcode.
.. attention::
Projects written in C# using Godot 4 currently cannot be exported to iOS.
To use C# on iOS, use Godot 3 instead.
Projects written in C# can be exported to iOS as of Godot 4.2, but support
is experimental and :ref:`some limitations apply <doc_c_sharp_platforms>`.
Requirements
------------