godot-wrapper

A BASH script to download and manage Godot engine versions on Ubuntu systems. Although archived, it provides version management and installation of git master, offering an easy way to switch between different Godot versions.

https://github.com/nsrosenqvist/godot-wrapper

Godot-wrapper: A BASH Script for Godot Engine Management on Ubuntu

Godot-wrapper is a BASH script designed to simplify the installation and management of multiple Godot engine versions on Ubuntu systems. This tool allows users to easily download, install, and switch between stable releases and the git master version of Godot.

Key Features

  • Version Management: Install and manage multiple Godot versions simultaneously.
  • Easy Installation: Simple commands to install specific releases (e.g., godot install 1.0-rc2) or the latest git master (godot install master).
  • Version Switching: Easily switch between installed versions using godot use [version]. The active version is used when launching Godot from the application menu or terminal.
  • Release Listing: View all available installable versions with godot releases.

Note

This repository is archived, and the developer recommends considering GodotEnv as a more actively maintained alternative with more features.

Resource Details

tool

nsrosenqvist