Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hello sir, i am very interested. It's just what I need, but my project is designed for mobile(android), is there any way to include touch controls?

You could theoretically just edit the InputAction file of your Player to add ways to triggers the Move, Look and Fire events with touch controls. However i don't think just doing this would work very well so you might need some kind of virtual joystick and buttons or at least a custom version of my "TopDownInputController" script. I might try to implement touch controls later but not in the near future.

You can code two joysticks and decide its movement by the left joystick and decide attack direction with a right joystick or vice versa.