_on_body_entered doesn't work, no errors Area2D

Godot Version

4.3.stable

Question

2145512
21454242

func _on_body_entered(body):
		print("collision")

I have another area2D in the project with the exact same settings and it works just fine.

I think my console alerts were toggled off ._.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.