incomplete list of signals πŸ’”

Godot Version

Godot Engine v3.5.3.stable

Question

I can’t see many of signals like
On Body entired

What i can do now :slightly_smiling_face::broken_heart:
I cant use godot 4 because my hardware is old

Is this a Area2D?

1 Like

the same problem with all nodes, not Area2D only :pensive:

Some nodes have specific signals that other nodes dont have.
AnimationPlayer has animation_changed(), and area2d/area3d has area_entered() and body_entered():

Therefore, can I ask you not to click on the CollisionObject2D but its parent-node, which I assume is an area2d-node.

I think thats what hes doing, since you cant have a lone collisionobject2d node, because its abstract. Unless its a custom class that extends collisionobject2d

1 Like

if this is correct than his script must not have been saved yet.

I would save the script, save the scene, close the scene and then reload the project.

If this still doesn’t work then we have a cache problem and need to delete global_script_class_cache.cfg or the .godot folder.

1 Like

Can you also show your scene-tree?

thanks for all I solved the problem :hugs:

1 Like

I am happy for you!
Could I ask you what action resolved the issue?
That would help many future cases.