Skip to content

Commit

Permalink
Remove "Core" from .NET SDK, simplify Mono mention
Browse files Browse the repository at this point in the history
  • Loading branch information
31 committed Jul 24, 2022
1 parent 33caaf6 commit d3da8f2
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions tutorials/scripting/c_sharp/c_sharp_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,15 @@ Setting up C# for Godot
Prerequisites
~~~~~~~~~~~~~

Install the latest stable version of
`.NET Core SDK <https://dotnet.microsoft.com/download/dotnet-core>`__
(3.1 as of writing).
Install the latest stable version of the
`.NET SDK <https://dotnet.microsoft.com/download>`__.

As of Godot 3.2.3, installing Mono SDK is not a requirement anymore,
except it is required if you are building the engine from source.
Godot bundles the parts of Mono needed to run already compiled games, so
installing Mono is not required. However, Godot does not bundle the tools
required to build and compile games, such as MSBuild and the C# compiler. These
are included in the .NET SDK, which needs to be installed separately.

Godot bundles the parts of Mono needed to run already compiled games,
however Godot does not include the tools required to build and compile
games, such as MSBuild. These tools need to be installed separately.
The required tools are included in the .NET Core SDK. MSBuild is also
included in the Mono SDK, but it can't build C# projects with the new
``csproj`` format, therefore .NET Core SDK is required for Godot 3.2.3+.

In summary, you must have installed .NET Core SDK
In summary, you must have installed the .NET SDK
**and** the Mono-enabled version of Godot.

Additional notes
Expand Down

0 comments on commit d3da8f2

Please sign in to comment.