Skip to content

0.9.1-4.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 13:50

New fix release 0.9.1-4.2.2 for Godot Kotlin.

  • Fix an error that prevented properties values to be set in the node inspector.
  • We now use our own custom project to build the dependencies for iOS export. It makes the maintenance easier for us and more futurproof. Because of that, only one version of GraalVM is supported. Currently it's set to 23.1.3. You can download it here
plugins {
    id("com.utopia-rise.godot-kotlin-jvm") version "0.9.1-4.2.2"
}

The files prefixed with godot-kotlin-jvm_editor_ are the editors.

godot-kotlin-jvm_export_templates_0.9.1-4.2.2.tpz is the archive for all export templates . See exporting documentation on how to use it.

What's Changed

Full Changelog: 0.9.0-4.2.2...0.9.1-4.2.2