Skip to content

godot_dart 0.10.0

Latest

Choose a tag to compare

@fuzzybinary fuzzybinary released this 03 Oct 20:07
· 2 commits to main since this release
f06097d
  • BREAKING: Fix extension to work with more restrictive native calls in Dart 3.8.
    • For scripts, godot_dart_build should do most migration for you, but you need to add @pragma('vm:entry-point') onto your declaration for sTypeInfo in all script classes
    • Extension classes very different, and it is recommended to avoid using them for now.