Hyper Sonic

Results 96 comments of Hyper Sonic

- Other text fields outside this popup highlight fine. I couldn't find an example with a numeric field, because dragging a numeric field in general will scroll the value instead...

I confirm fix for comments. We should close this issue then. If you need to exclude more things you can add details to https://github.com/lukeleppan/better-word-count/issues/84

I think the bigger issue behind this is that the embedded editor (as opposed to the full popup HTML editor) doesn't save drafts at all: - there is no auto-save...

Just started getting this on Sublime Text 4107. To repro, open a file without build commands like the sublime-keymap, then try to open the build command popup (I use Ctrl+Shift+B)....

Indeed. I also have a hard time understanding how to fill the transition expression (not condition). Can I just use custom parameter values like "is_on_floor" after setting them via code...

OK, because I had a hard time understanding what to put in the Condition field, not mentioning the Expression field. Combining various info from video tutorials and https://github.com/godotengine/godot/pull/54327, I found...

After debugging AnimationNodeStateMachinePlayback::_check_advance_condition heavily, I found the cause of the issue and some workaround: - Object::set() -> AnimationTree::_set() only works if the key already exists in the property map. So...

In https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html#statemachine, I still see that "Advance Condition" and Priority/travel paragraphs say "(more on this later)". Does "later" mean we're going to upgrade the page further later, or does it...

Also, when you update the doc, mind how the Skeleton actions changed order and names: "Make Rest Pose (From Bones)" => "Overwrite Rest Pose" "Set Bones to Rest Pose" =>...

> Where can I find updated documentation/tutorials on how to use Skeleton2D in Godot 4? Personally I started following 3rd party videos like: https://youtu.be/AMRjtW-3T0o but this particular one is a...