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
I cant use godot 4 because my hardware is old
Godot Engine v3.5.3.stable
I canβt see many of signals like
On Body entired
What i can do now
I cant use godot 4 because my hardware is old
Is this a Area2D?
the same problem with all nodes, not Area2D only
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
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.
Can you also show your scene-tree?
thanks for all I solved the problem
I am happy for you!
Could I ask you what action resolved the issue?
That would help many future cases.