I've been working with Deepmotion Avatar in Unity 3D and it has prebuilt features like W/Up key for moving forward, S/down key for moving backward etc.
I am trying to automate the character movement in order to collect data based on the movement of the avatar. So the only approach I could think of was to simulate the W key press to make the character move automatically. However, I don't know how to automate the character movement in Unity 3D.