Update C# Rider install steps for now built-in plugin "Godot Support" (#10323)

* Plugin now bundled with rider so can't be installed

As of Rider 2024.2 the plugin is bundled with the software and can't be installed which can be confusing.
https://plugins.jetbrains.com/plugin/13882-godot-support

---------

Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
This commit is contained in:
RB35
2024-11-28 07:18:13 +11:00
committed by GitHub
parent ba8739a3cd
commit 1a72210be3

View File

@@ -90,7 +90,7 @@ In Godot's **Editor → Editor Settings** menu:
In Rider:
- Set **MSBuild version** to **.NET Core**.
- Install the **Godot support** plugin.
- If you are using a Rider version below 2024.2, install the **Godot support** plugin. This functionality is now built into Rider.
Visual Studio Code
~~~~~~~~~~~~~~~~~~