module Docs::N_GODOT_UPGRADE_GUIDE

Overview

N. Godot Engine Upgrade Guide

LibGodot supports rapid updating to newer Godot Engine dev and stable releases.


Upgrade Steps

Step Command / Action Description
1. Execute Setup lapis setup -v <ver> Downloads binary, replaces godot.exe, dumps extension_api.json and gdextension_interface.h.
2. Rebuild All make all Recompiles GDExtension bridge, test suite, templates, examples, and synchronizes all binaries.
3. Verify Tests lapis test Runs headless unit specs, in-editor tool tests, and quantitative memory leak verification.

Defined in:

libgodot/docs.cr

Class Method Summary

Class Method Detail

def self.features : Array(String) #

[View source]