Godot 4.X
Tag for discussions and questions for Godot 4
Latest engine news:

Invalid call. Nonexistent function 'get_simple_path' in base 'Array'
- JetteBoyTV replied
- got error "Invalid call. Nonexistent function 'get_simple_path' in base 'Array' on line 30 code: extends CharacterBody3D @onready var nav = get_tree().get_nodes_in_group("NavMesh")[0] @onready var pla...
- G
Which way is better Websocket, HTTP requests or webRTC for card game Godot?
- kuligs2 replied
- Hi guys, i am trying to make card ### turn-based ### game online so many players could play online. Rules are: 1- ### two players only ### could play on same match, and other two players play on other...

Two classes extending a class trigger signals any physics frame. Others do not.
- packrat replied
- edit: excuse the garbage title, i didn't take a lot of time to cram a better, less vague one into 40 characters. i found while homebrewing an alternative to the Godot 4.X CharacterBody3D that only two...