Skip to content

Commit

Permalink
Document migration from Mono to .NET 6 in Upgrading to Godot 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Dec 8, 2022
1 parent 30187bd commit 79e3d31
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tutorials/editor/upgrading_to_godot_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Godot 3.x for the following reasons:
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:

- Bullet physics was removed in favor of GodotPhysics. This only affects 3D
Expand All @@ -70,6 +70,11 @@ in future Godot releases:
- 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
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)
---------------------------------------
Expand Down

0 comments on commit 79e3d31

Please sign in to comment.