i want create character move, when i move Mouse righ character start move right, and same left, when i try do this its works only with Keybords, when i use input Mouse X its not work. help pls
Please Show your Input Bindings for the mouse X.
Set it up like above.
If input axis X > 1 move right
If Input axis X < 0 move left
If you need A visual Let me Know .
not work for mouse, if i put Keybords like AWSD it work perfect, but with mouse not work
Check your player controller and make sure its not overriding anything. works fine for my top down test.
i try ths in sidescroller, and after you words go to top down, its works in top down but realy strange, and dont have idea why not works in side scroller
thanks its realy what i need, thanks all who read this and help!
MoveRight>1 Branch won’t work because you can’t go higher.
I just tried with the base 2D sidescroller, just add MouseX 1 on the based move right input axis, it work fine with no change in CharBP. But you should find a way to init the movement and stop it because the player will need a big mousepad.