Godot Version
4.4
Question
Subj. Need to detect if rigid body is on floor or not. Currently using Area3D (legacy). Documentation says that its very expensive. So I’m thinking right now what is cheaper to use? Area3D or Collision Point Detection? Any ideas and info?