Godot Version
4.4.1
Question
Hi, I'm making a game with the Godot 3D engine where I have a couple of enemies that chase the player using NavigationMesh, and it works well, but I want to find a way for the enemies to jump over obstacles and slide down slopes to create a more efficient route. If it helps, I can share the code for my enemy (I should warn you that I'm a beginner in programming, so the simpler it is to understand, the better).