Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Dustiwi on October 05, 2021, 12:08:50 PM

Title: replacing old input system with new[SOLVED]
Post by: Dustiwi on October 05, 2021, 12:08:50 PM
hello again, ive got a couple of questions, i did my character movement with the old input system, in which i used "axis event" and "on button up"
i tried looking for myself  but im completely lost
for "get axis raw" im trying to use "get move vector" but that only moves my character right, i dunno if im doing somthing wrong ._. in the move vector im getting a positive number when pressing right and negative when pressing left

what can i replace those old input system actions with?
or should i just stick with the old one? can i go back to it?

Title: Re: replacing old input system with new
Post by: djaydino on October 05, 2021, 04:22:32 PM
Hi.
If the old one is working i would stick with it.
the new system is not much better.

if you want to release the game and you need good controller support i would suggest you to get Rewired.
Title: Re: replacing old input system with new
Post by: Dustiwi on October 05, 2021, 04:44:49 PM
i will stick to the old one then, since this is my first game im better off using something simpler.
thank you so much for your reply
Title: Re: replacing old input system with new[SOLVED]
Post by: djaydino on October 06, 2021, 07:44:37 AM
Hi.
A tip, try to use button actions in 1 place and you can use bools or send events to trigger other fsms.

This way its easier to change it later and also to enable/disable buttons (for example when you go into your game menu, then you can disable game buttons as they can still trigger things even when timescale is 0