Skip to content

Commit

Permalink
Add notice about C# support being limited to desktop platforms (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored Jul 19, 2023
1 parent c0034c4 commit 94a0d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h4>Leverage your C# experience to feel right at home</h4>
for the .NET platform. Power your game with familiar libraries and give
them performance boost, while still benefiting from close engine integration.
<br><br>
<strong>Note:</strong> .NET support is provided as a dedicated engine executable.
<strong>Note:</strong> .NET support is provided as a dedicated engine executable. C# support is currently only available for desktop platforms in Godot 4. Use <a href="/download/3.x/">Godot 3</a> to run C# on Android, iOS and Web.
</p>
</div>

Expand Down
4 changes: 4 additions & 0 deletions pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ <h4>Use the right language for the job</h4>
<p>
Keep your code modular with an object-oriented API using Godot's own
GDScript, C#, C++, or bring your own using GDExtension.
<div style="margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.6; opacity: 0.8">
C# support is currently only available for desktop platforms in Godot 4.
Use Godot 3 to run C# on Android, iOS and Web.
</div>
</p>
</div>
</div>
Expand Down

0 comments on commit 94a0d2b

Please sign in to comment.