Skip to content

Instantly share code, notes, and snippets.

View mh114's full-sized avatar

Mika Halttunen mh114

View GitHub Profile
@mh114
mh114 / godot-impressions.md
Last active September 18, 2025 09:33
Godot Engine first impressions

Initial impressions & observations when trying the Godot game engine:

My background: game dev since late 1990s, used Unity professionally since 2014, previously made my own game engines/frameworks (C/C++/Java).

NOTE: I started compiling this list when the most recent version of the engine was 4.2. I've marked instances where the things are clearly addressed by newer engine versions.

Without further ado, in no particular order:

  • AnimationFrames: When creating new animations, selecting them and pressing F2 to rename:

    • Doesn't rename the animation but the selected node from scene tree, minor usability issue there
  • Script editor and/or GDScript