Problem with Add Movement input in 2d-3d mixed character BP

Sorry, I have a problem with my character BP.

I created a character BP which intended to be just walking toward me when pressing “S” key.
I obtained all the messages including “[DEBUG] 0004_PRESSED” and “[DEBUG] 0006_INPUT_NEW” described in this picture, but it does not start moving in the world.

Walking animation which I set in “visual_flipbook” seems working correctly(I can see its walking animation while pressing “S” key).

Are there any items I had to check?

I understood what is wrong.

I have to connect “ongoing” into the moving script.
“Add Movement Input” should be continuously executed if I wish to move this object.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.