Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Doing the button sequence does nothing for me. I have to press them all at the same time and it doesn't always work. Is it tied to the FPS by chance?

The input is written in the Update of unity.

For example to move to the left you must press D, then W and then A, but without releasing the previous ones. and to move again you have to do it again.

It is a bit difficult but I raised it like this to resemble the real behavior of a cassette

Hmm... I wonder what's causing it. If you don't mind, I would love to take a look at your update method.

Maybe some error in the download I don't know.
I tested it on several computers before uploading it. Sorry for your bad experience.

The code is simple, it only executes movement if you hold down the sequence.

Remember that DWA is only for the left and arrows (left, up, right) is for the right.

If it definitely doesn't work, tell me if you want a motion script

I'll give it another try later.