0.12.3-4.4.1
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
- Fix PackedVectorArray allocation by @CedNaru in #793
- Remove old patch by @CedNaru in #791
- Add missing core Object methods. by @CedNaru in #792
- Implement multiple custom jvm arguments. by @CedNaru in #794
- Call variant destructor by @CedNaru in #796
- Include internal module in bootstrap generation. by @CedNaru in #797
- Add typing to JVM containers from buffer. by @CedNaru in #795
- Update to Godot 4.4.1 by @CedNaru in #798
Full Changelog: 0.12.2-4.4...0.12.3-4.4.1