Commit Graph

49 Commits

Author SHA1 Message Date
Rémi Verschelde
c52286a42a Remove 3.2.x notes not needed in the 3.3 branch 2021-03-19 14:11:10 +01:00
Aaron Franke
66b0aff1d9 Improve C# setup instructions
(cherry picked from commit a0b153b2f2)
2021-03-18 22:18:54 -05:00
Fabio Colella
8664b97135 Fix :ref: link typo in C# basics (#4552)
(cherry picked from commit be6e3c1e30)
2021-03-18 22:18:47 -05:00
Ivan Shakhov
58471b34f9 Update external editors prerequisites to match Godot 3.2.3+
(cherry picked from commit 111b3d9ac0)
2021-03-18 22:18:30 -05:00
Hugo Locurcio
24f26c744f Mention the need to rebuild C# solutions for the editor in C# basics
This closes #3740.
2020-08-05 11:52:04 +02:00
Matthew
f86ffbfd08 Update VS Code debugging setup instructions (#3843) 2020-07-28 22:42:14 +02:00
Hugo Locurcio
b495c74423 Change C# page titles to describe the pages' contents
The page title will be used in the tab name, which can impact
search engine results as well as general usability. Using just
"Introduction" or "Features" doesn't make it very meaningful.
2020-06-15 11:02:06 +02:00
Hugo Locurcio
e629ab5baa Update and clarify C# gotchas for Godot 3.2.2
This closes #3583.
2020-06-08 14:11:44 +02:00
Ivan Shakhov
f02b461e4a For Godot 3.2.2 beta2+ actualize requirements for Rider on Windows (#3584) 2020-05-23 17:14:29 +02:00
Yuri Sizov
135b33b768 Replace British spelling and fix various typos 2020-04-27 12:18:52 +03:00
Rémi Verschelde
e4237e2948 Misc fixes to recent merges 2020-04-27 09:58:08 +02:00
Rémi Verschelde
62a697670d Merge pull request #3385 from van800/master
Setting up Godot with Rider on Windows
2020-04-26 19:47:18 +02:00
Ivan.Shakhov
6d00fee2ed Setting up Godot with Rider on Windows 2020-04-26 18:26:13 +02:00
skyace65
df61fffe1b Add debug instructions for VSCode 2020-04-23 10:49:08 -04:00
Guillermo Fuchter
8a345e8d78 Updated Mono supported export projects (#3340)
* Updated Mono supported export projects

Added Android and HTML to the list

* Added iOS to the list of supported export projects

Added iOS to the list of supported export projects for Mono C#
2020-04-04 20:11:53 +02:00
Jason Swearingen
5b9558f6ca Update docs regarding current Nuget workflow (#3038)
highlighting proper workflow as per my discovery here: https://github.com/godotengine/godot/issues/34803#issuecomment-570752688
2020-03-04 09:35:20 +01:00
Rémi Verschelde
e60bb57b4b Mono: Mention that log profiler is Unix-only for now
Cf. godotengine/godot#29005.
2020-02-17 14:45:33 +01:00
Michael Alexsander
866b0a8801 Fix formatting errors in VS2019 debugging section (#3095)
* Fix formatting errors in VS2019 debugging section

* Add explanatory notes, more style fixes

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-01-22 14:22:01 +01:00
Jason Swearingen
4a3472449f Add VS2019 Support for C# Debugging (c_sharp_basics.rst) (#3088)
* Update c_sharp_basics.rst

Add docs showing how VS2019 is supported.   re: https://github.com/godotengine/godot-proposals/issues/371

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-01-21 21:14:48 +01:00
Ivan.Shakhov
3e7de6e92b "Profiling your C# code" in c_sharp_basics.rst 2019-12-25 00:19:28 +01:00
Matthew
994bb2530a Add a list of supported external editors and update C# version info (#2991) 2019-12-21 12:11:46 +01:00
Lamonte
45fcc02431 Added new gotcha regarding snake_case for certain api methods (#2955)
Cleaned up wording to be cleaner
2019-12-03 08:40:16 +01:00
Keelar
be828e34de Fix odd/confusing wording in c_sharp_basics.rst 2019-07-15 05:41:20 -04:00
Arman
3be6802503 C# external editor guide rewrite
- Auto-completion -> autocompletion
- Choose -> select (Otherwise it was "Choose your editor of choice")
- Edit for conciseness
2019-03-16 22:01:06 -07:00
FabiánLC
c7f96232be Updated c_sharp_basics.rst
Added some extra information about setting up C# for Godot in Windows.
2019-03-05 00:22:40 -03:00
Hugo Locurcio
83e40d23dc Improve and update the C# basics page for 3.1 beta 3 2019-02-13 22:46:14 +01:00
corrigentia
8b5f7f7a1a Mostly rearranging words in c_sharp_basics.rst (#1987) 2018-12-07 13:03:19 +01:00
Rémi Verschelde
e3b9e56516 Fix capitalization of some headers 2018-10-25 15:52:04 +02:00
Vikram1323
bb8fa1d842 Editing pass (#1874)
* Update faq.rst

* Update c_sharp_basics.rst

* Update external_editor.rst

* Update unity_to_godot.rst

* Update unity_to_godot.rst
2018-10-21 21:42:47 +02:00
Hugo Locurcio
4741f45ddb Rename all occurrences of Mac OS X to macOS 2018-10-06 14:42:49 +02:00
Kelly Thomas
49a7889cd9 Update C# known issues 2018-10-02 19:21:54 +08:00
Jesse Lawson
c5bbe41091 Add mac-specific and vscode-specific considerations 2018-08-02 11:24:48 -07:00
Ignacio Etcheverry
1169441dc1 Merge pull request #1477 from toumorokoshi/master
Adding build debug instructions for c#
2018-06-07 08:32:33 +02:00
Yusuke Tsutsumi
b4c1dd8aae removing build debug instructions, as it is now viewable in the UI. 2018-06-06 20:22:09 -07:00
Matthew Ehrenhofler
346ba1cddb Update Required Mono Version 2018-06-02 12:49:37 -04:00
Yusuke Tsutsumi
12ebf03e77 removing extraneous section around c# build tool 2018-05-29 21:02:10 -07:00
Yusuke Tsutsumi
a37b95c614 re-adding missing restore command, more detail in failing c# godot builds. 2018-05-27 17:07:08 -07:00
Yusuke Tsutsumi
7c3626383a indenting the msbuild command in c# guide 2018-05-26 22:24:23 -07:00
Yusuke Tsutsumi
0e09cca88e Adding build debug instructions for c#
removing erroneous dotnet reference: msbuild is the correct build
system to use.
2018-05-26 13:28:55 -07:00
Michael Alexsander Silva Dias
2048f0654a Fixed number of spaces in the indentation of C# basics page. 2018-05-26 15:05:39 -03:00
Michael Alexsander Silva Dias
067063bbe3 Placed XML in the C# introduction page inside code blocks, and tweaked the comments in the GDScript page. 2018-05-26 14:27:26 -03:00
Yusuke Tsutsumi
ca349bc43c adding a section on using nuget packages. 2018-05-25 22:13:47 -07:00
Matthew Ehrenhofler
aa8b0f3d09 Add C# Link 2018-05-13 13:10:54 -04:00
skyace65
0be2e9c0ac Update C# requierments 2018-05-03 08:55:05 -04:00
Kelly thomas
189f312c10 additional C# signal information 2018-04-13 08:50:10 +08:00
Max Hilbrunner
25af224dc7 C# basics: Update known issues 2018-03-06 07:57:26 +01:00
Paul Joannon
ec10cf9b98 Changes on C# introduction page (#1209)
* remove signal limitation on C# intro page

* add a note about class/script naming on C# intro page
2018-03-06 07:55:33 +01:00
skyace65
eda7815f62 Fix MSBuild Information 2018-01-31 20:08:47 -05:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00