I have a platformer game that uses a tilemap. I want AI enemies to be able to navigate and jump between platforms to follow the player. Is there a way in Godot to implement it?
Thank you.