This seems like a common stumbling block for new developers, and, according to everything I've read and watched, I'm doing it backwards. My player character climbs up and down ladders and dismounts exactly how I want her to, but I want her to snap to the center of the ladder while she's climbing. How do I do that?
The "is-on-a-ladder checker" is built into the character, "Witch", in this project: https://www.dropbox.com/sh/gdeznmn90m9oz7b/AADhlCwEmoWskW1bdXg3gB-ta?dl=0
It seems every tutorial I check handles this functionality from the ladder object itself. Is there a way to have the character scene find the center of the ladder that she's climbing without the ladder sending that information to the character?