Look at the title. I have an enemy that is a KinematicBody
and I want to move it to random positions, one and then another one, without being killed, but avoiding the map hosted on a NavigationMeshInstance
using GDScript
on a 3D space.
How can I do it?
Thanks in advanced.