### Download Optional Godot Game Genres Source: https://github.com/csharpgodottools/template/blob/main/README.md Initializes and updates submodules for optional game genres provided within the template, allowing developers to quickly set up scenes for 2D Top Down, 3D FPS, or 2D Platformer games. ```bash git submodule update --init "Genres/2D Top Down" git submodule update --init "Genres/3D FPS" git submodule update --init "Genres/2D Platformer" ``` -------------------------------- ### Clone Godot C# Template with Core Submodules Source: https://github.com/csharpgodottools/template/blob/main/README.md Clones the C# Godot Template repository and initializes essential submodules, including the Framework and ImGui Godot addons, which are required for the template's core functionality. ```bash git clone https://github.com/CSharpGodotTools/Template && cd Template && git submodule update --init addons/Framework addons/imgui-godot ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.