Vr Character doesnt Move

I’m trying to create a Vr character from scratch (I´m working with Oculus Controllers) but I’m not able to make him move, I already set him turn to left and riht but not to move forward-backward and left-right. I also created a NavMesh but Stil not work. What am I missing? Thank you.


Hi @Edsonanaya

I’m confident the problem is that ‘Add Movement Input’ node only works if you have a CharacterMovement or FloatingPawnMovement Component in your pawn.

Navmesh should be irrelevant for this type of movement.

Let us know if adding one of those components lets you move!