Hi all! Another quick question here, this one's a lot simpler than the last one. I've got a RigidBody that can enter and exit an Area3D, and I want to do something (say, increase a variable) as long as they are inside it. I drew a simple diagram of what I want to do.
Area3D has signals that detect when an area has been entered or exited, but I need something to happen continuaously while it's inside. How would I check for that? Plz let me know!! Thank you!!