Hey guys! I'm building a game somewhere between a metroidvania and simple platformer, and I'm adding a companion pet. Just a cute little pup that can follow the player and have some basic scriptable movement for cutscenes and such.
So...here's my question:
What is the best/simplest/preferred method to go about this?
Not looking for code or help, just an idea of how you all would do this. My pup will need to follow, mimic jumps, and will have some adorable idle animations but that part is easy. I've considered having my player drop invisible collectibles with input data. I've considered making control collision areas near platforms to just sorta auto-land him on the next one (not as clean as there will be multiple paths). I've also considered input reading and a delay based on distance. Godot has some cool features hidden away if you're not googling the right things, so just help a girl out if anyone has a suggestion.
Thanks again