Browse Source

Merge pull request #6467 from Calinou/upgrading-to-godot-4-mono

Document migration from Mono to .NET 6 in Upgrading to Godot 4
Max Hilbrunner 2 years ago
parent
commit
74380000f9
1 changed files with 7 additions and 2 deletions
  1. 7 2
      tutorials/editor/upgrading_to_godot_4.rst

+ 7 - 2
tutorials/editor/upgrading_to_godot_4.rst

@@ -55,8 +55,8 @@ Godot 3.x for the following reasons:
 Caveats of upgrading
 Caveats of upgrading
 ^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^
 
 
-Since Godot 4 is a complete rewrite in many aspects, some features have
-unfortunately been lost in the process. Some of these features may be restored
+**Since Godot 4 is a complete rewrite in many aspects, some features have
+unfortunately been lost in the process.** Some of these features may be restored
 in future Godot releases:
 in future Godot releases:
 
 
 - Bullet physics was removed in favor of GodotPhysics. This only affects 3D
 - Bullet physics was removed in favor of GodotPhysics. This only affects 3D
@@ -70,6 +70,11 @@ in future Godot releases:
 - While rendering still happens in HDR in 3D when using the Forward Plus or
 - While rendering still happens in HDR in 3D when using the Forward Plus or
   Forward Mobile backends, Viewports cannot return HDR data anymore. This is
   Forward Mobile backends, Viewports cannot return HDR data anymore. This is
   planned to be restored at some point in the future.
   planned to be restored at some point in the future.
+- Mono was replaced by .NET 6. This means exporting C# projects to Android, iOS
+  and HTML5 is no longer supported for now. Exporting C# projects to desktop
+  platforms is still supported. Support for exporting C# projects to more
+  platforms will be restored in future 4.x releases as upstream support
+  improves.
 
 
 Preparing before the upgrade (optional)
 Preparing before the upgrade (optional)
 ---------------------------------------
 ---------------------------------------