mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
C# basics: Update known issues
This commit is contained in:
@@ -129,9 +129,8 @@ As C# support is quite new to Godot, there are some growing pains and things tha
|
||||
Below is a list of the most important issues you should be aware of when diving into C# in Godot, but if in doubt also take a look over the official `issue tracker for Mono issues <https://github.com/godotengine/godot/labels/topic%3Amono>`_.
|
||||
|
||||
- As explained above, the C# project isn't always kept in sync automatically when things are deleted, renamed or moved in Godot (`#12917 <https://github.com/godotengine/godot/issues/12917>`_)
|
||||
- Debug output like stack traces, file path and line numbers is missing on Windows (`#14589 <https://github.com/godotengine/godot/issues/14589>`_)
|
||||
- Writing editor plugins and tool scripts in C# is not yet supported
|
||||
- Exporting a project may not yet work
|
||||
- Exporting a project may not yet work (`#15615 <https://github.com/godotengine/godot/issues/15615>`_)
|
||||
|
||||
Performance of C# in Godot
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user