Open
Conversation
… Godot", to avoid implying that Flax's C# support was not fully feature complete, but just more than Godot.
… clarity and for a native English feel.
…ood English feel.
mafiesto4
requested changes
Jan 3, 2024
.vscode/settings.json
Outdated
Member
There was a problem hiding this comment.
Please remove that file from PR. I'll add vscode folder to git ignore.
Author
There was a problem hiding this comment.
I believe I have done so now.
Comment on lines
-36
to
+51
| * **Binaries** - compiled game scripts binaries | ||
| * **Cache** - editor local cache folder, buid cache, used for thumbnails, game cooker cache and other temporary files | ||
| * **Content** - contains all the game assets (models, textures, settings, etc.) | ||
| * **SceneData** - dedicated directory for the [private scene assets](scenes/scene-data.md) | ||
| * **Shaders** - auto-improted shaders assets (from source) | ||
| * **GameSettings.json** - fixed location for the game settings asset | ||
| * **Logs** - contains editor log files (and crash dumps) | ||
| * **Screenshots** - contains screenshot files (`.png` format) you took in editor (use the `F12` key) | ||
| * **Source** - contains all game script files (C++ and C# scripts) organized into modules | ||
| * **Shaders** - shader source files | ||
| * **<GameModule>** - subfolder with game module code | ||
| * **<GameModule>.Build.cs** - game module build script | ||
| * **GameTarget.Build.cs** - game target build configuration script | ||
| * **GameEditorTarget.Build.cs** - editor target build configuration script | ||
| * **<project_name>.sln** - project scripts solution file, open it with Visual Studio | ||
| * **<project_name>.flaxproj** - project description and metadata file (used by editor and launcher) | ||
| * **Binaries** - compiled game scripts binaries | ||
| * **Cache** - editor local cache folder, build cache, used for thumbnails, game cooker cache and other temporary files | ||
| * **Content** - contains all the game assets (models, textures, settings, etc.) | ||
| * **SceneData** - dedicated directory for the [private scene assets](scenes/scene-data.md) | ||
| * **Shaders** - auto-imported shaders assets (from source) | ||
| * **GameSettings.json** - fixed location for the game settings asset | ||
| * **Logs** - contains editor log files (and crash dumps) | ||
| * **Screenshots** - contains screenshot files (`.png` format) you took in editor (use the `F12` key) | ||
| * **Source** - contains all game script files (C++ and C# scripts) organized into modules | ||
| * **Shaders** - shader source files | ||
| * **<GameModule>** - subfolder with game module code | ||
| * **<GameModule>.Build.cs** - game module build script | ||
| * **GameTarget.Build.cs** - game target build configuration script | ||
| * **GameEditorTarget.Build.cs** - editor target build configuration script | ||
| * **<project_name>.sln** - project scripts solution file, open it with Visual Studio | ||
| * **<project_name>.flaxproj** - project description and metadata file (used by editor and launcher) |
Member
There was a problem hiding this comment.
Indentation should preserve some subfolders such as SceneData and Shaders which should go under Content in a tree list.
|  | ||
|
|
||
| ## Placing actors using Drag and Drop | ||
| ## Placing actors from the Content Browser using Drag and Drop |
Member
There was a problem hiding this comment.
I'd leave this file without adding those newlines so it's smaller and easier to scroll/edit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved all .md files under Get-Started for clarity, informational consistency, and native English feel.