So I have this Area2D node called "CoinDetector", and when a coin (StaticBody2D) enters it, it emits the "body entered" signal.
Everything works properly until I set the "monitorable" value in "CoinDetector" to false... Why is this? I really want monitorable turned off, because otherwise it would disrupt some other Area2Ds.
Side note, I've tried messing around physics layers and masks, but it seems no matter what an Area2D will always detect another Area2D, no matter the masks and layers they have. Why?