Moving to a Target
The current engine does not register a MoveTo component. For a fixed animated path, use a Property Animation. For repeated movement along one axis, use the Slider Component.
Scripted movement can use the MoveTo coroutine or gameplay code. Characters that must collide with the world should move through a character controller.