Skip to content

Godot Setup

Godot

Using Godot 4.4.1 and GDScript.

Additional Setup Notes

You can download and install Godot 4.4.1 from the official website. Make sure to enable the necessary plugins in your project settings once Godot is installed. Make sure to also fetch the required submodules:

Terminal window
git submodule init # Initializes the submodules (configures them)
git submodule update # Fetches the content of the submodules and checks out the specified commits

Plugin Usage

To configure the plugins:

  1. Install the plugin via the asset browser: a. Alternatively, manually install the plugins by adding them to the addons folder.
  2. Restart Godot to finalize the changes: a. Note that certain plugins might require additional setup. Refer to their documentation for details.