Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Good game. I might be a bit biased because I don't like the controller, however I don't like that the players always face forwards if you let go of the sticks. I would much rather the players look in the direction that they were in last. The mechanic itself is really good though. I like how you have to control a support and an offensive character at the same time, and combat is really fun. I could totally see me buying a game like this if it were a bigger and more fluid game. Well done!!!

Thanks for the feedback! I tried solving the character snapping, but due to time constraints I had to move on to other stuff. If I look into fleshing this out, I'll definitely look into solving that. Thank you :)

(+1)

Probably not much use now but I had a similar problem and my solution might work for you too - I checked the rigidbody's velocity and only updated the character rotation if the velocity was over a certain threshold (0.1f or similar, I think)

That could be a quick solution! I'll give tat a try and let you know how it goes!