From 0f92ae502f7de3051b08bef05854311a67e305ac Mon Sep 17 00:00:00 2001 From: Guillermo Fuchter Date: Fri, 3 Apr 2020 10:57:29 -0300 Subject: [PATCH 1/2] Updated Mono supported export projects Added Android and HTML to the list --- getting_started/scripting/c_sharp/c_sharp_basics.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/getting_started/scripting/c_sharp/c_sharp_basics.rst b/getting_started/scripting/c_sharp/c_sharp_basics.rst index e9499d70cec..7921bb7c14a 100644 --- a/getting_started/scripting/c_sharp/c_sharp_basics.rst +++ b/getting_started/scripting/c_sharp/c_sharp_basics.rst @@ -214,11 +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 `_, - `#20268 `_ - `#20270 `_ +- Exporting Mono projects is supported for desktop platforms + (Linux, Windows and macOS), Android, and HTML5. iOS and UWP are not currently supported. + (`#20268 `_ `#20271 `_). - Attached C# scripts should refer to a class that has a class name that matches the file name. From e1cba32e9e3b31c260710a77ae7c619fcbce1a4f Mon Sep 17 00:00:00 2001 From: Guillermo Fuchter Date: Sat, 4 Apr 2020 17:48:53 +0200 Subject: [PATCH 2/2] Added iOS to the list of supported export projects Added iOS to the list of supported export projects for Mono C# --- getting_started/scripting/c_sharp/c_sharp_basics.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/getting_started/scripting/c_sharp/c_sharp_basics.rst b/getting_started/scripting/c_sharp/c_sharp_basics.rst index 7921bb7c14a..2e2e7402421 100644 --- a/getting_started/scripting/c_sharp/c_sharp_basics.rst +++ b/getting_started/scripting/c_sharp/c_sharp_basics.rst @@ -215,9 +215,8 @@ take a look over the official - State is currently not saved and restored when hot-reloading, with the exception of exported variables. - Exporting Mono projects is supported for desktop platforms - (Linux, Windows and macOS), Android, and HTML5. iOS and UWP are not currently supported. - (`#20268 `_ - `#20271 `_). + (Linux, Windows and macOS), Android, HTML5, and iOS. UWP is not currently supported. + (`#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()``