- Auto-completion -> autocompletion
- Choose -> select (Otherwise it was "Choose your editor of choice")
- Edit for conciseness
(cherry picked from commit 3be6802503)
- Improve grammar and shorten length by replacing "In general, what is recommended" with "Consider".
- Add Oxford comma.
- Change "voice" to "speech".
(cherry picked from commit bc32407426)
- Removed mentioning purpose of this tutorial twice/redundancy.
- Cut out some wordy text and combined the two paragraphs into one.
(cherry picked from commit 8d84d33903)
* Godot->Unity, Groups and Signals rewrite
- Removed double use of "But there's more".
- Removed double use of "certain".
- Dropped brackets and changed structure of first sentence
- Removed "Note that" to be more concise.
* Unity->Godot C++ minor concision and grammar edit
- Removed "For your information"
- Added "the" ("the" references the API here, not Godot)
(cherry picked from commit 61b11063f5)
* Godot->Unity, Groups and Signals rewrite
- Removed double use of "But there's more".
- Removed double use of "certain".
- Dropped brackets and changed structure of first sentence
- Removed "Note that" to be more concise.
* Unity->Godot C++ minor concision and grammar edit
- Removed "For your information"
- Added "the" ("the" references the API here, not Godot)
- Clarified that all objects' variables will be invalidated, not just the "second" object.
- Changed "their memory" to "from memory" to avoid confusion.
- Rephrased some statements to minimize wordiness.
- Replaced "gone" with "deleted".
(cherry picked from commit 7ab092bd77)
* Edit note on call_deferred() in Singletons (AutoLoad)
- Rewrote the paragraph to be less wordy and more concise.
- Moved "Object.call_deferred()" to the beginning of the sentence to emphasize it.
* Specify purpose of call_deferred
Specify purpose of using call_deferred in this context.
(cherry picked from commit 2f27222d16)
* Edit note on call_deferred() in Singletons (AutoLoad)
- Rewrote the paragraph to be less wordy and more concise.
- Moved "Object.call_deferred()" to the beginning of the sentence to emphasize it.
* Specify purpose of call_deferred
Specify purpose of using call_deferred in this context.
- Clarified that all objects' variables will be invalidated, not just the "second" object.
- Changed "their memory" to "from memory" to avoid confusion.
- Rephrased some statements to minimize wordiness.
- Replaced "gone" with "deleted".