C# basics: Update known issues

This commit is contained in:
Max Hilbrunner
2018-03-06 07:57:26 +01:00
committed by GitHub
parent ec10cf9b98
commit 25af224dc7

View File

@@ -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
--------------------------