How to make a Character go on a straight line regardless of whether there is an obstacle in front?
My Character moves using AI move to node. It can already climb up and down the wall. But unfortunately he will not climb the wall if there are stairs available, he uses the stairs instead.
What I want is for the character to use the shortest path if I double click- climb the wall if there is a wall instead of going around to use the stairs.