Skip to content

0.12.3-4.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 12:51
63bbf97

Update to Godot 4.4.1 for Godot Kotlin

Features:

  • You can now pass several JVM arguments to your project. See command-line section in the documentation.
  • Godot Object now has core methods like _set, _get, getPropertyList, _toString, etc...

Fixes :

  • Native core type should no longer leak.
  • Fix crash when using new PackedVectorArray batch conversion
  • Exports are no longer missing internal package

Don't forget to change your build.gradle configuration with the following line.

plugins {
    id("com.utopia-rise.godot-kotlin-jvm") version "0.12.3-4.4.1"
}

What's Changed

Full Changelog: 0.12.2-4.4...0.12.3-4.4.1