Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Mono supported export projects #3340

Merged
merged 2 commits into from
Apr 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions getting_started/scripting/c_sharp/c_sharp_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,9 @@ take a look over the official
- Writing editor plugins is possible, but it is currently quite convoluted.
- State is currently not saved and restored when hot-reloading,
with the exception of exported variables.
- Exporting Mono projects is only supported for desktop platforms
(Linux, Windows and macOS). Android, iOS, HTML5 and UWP are not currently supported
(`#20267 <https://github.com/godotengine/godot/issues/20267>`_,
`#20268 <https://github.com/godotengine/godot/issues/20268>`_
`#20270 <https://github.com/godotengine/godot/issues/20270>`_
`#20271 <https://github.com/godotengine/godot/issues/20271>`_).
- Exporting Mono projects is supported for desktop platforms
(Linux, Windows and macOS), Android, HTML5, and iOS. UWP is not currently supported.
(`#20271 <https://github.com/godotengine/godot/issues/20271>`_).
- Attached C# scripts should refer to a class that has a class name
that matches the file name.
- There are some methods such as ``Get()``/``Set()``, ``Call()``/``CallDeferred()``
Expand Down