Skip to main content

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

very  nice game,  i  love your health system. what do  you use ?  scriptable objects?  ,  do you use one canvas for all enemies or multiples canvas for each enemy. great concept. 

(+1)

Thank You. No I haven't used scriptables but can use that, thanks for idea. And for enemies, they are not in canvas, they are in gameplay scene and for health Text above them, I cheated a bit, It's not canvas items but a TMP text objects, LOL. I know it's not optimised but I finished this in rush so didn't got time to optimise it. But doing all the changes and optimisation part now for future use.

(+1)

that 's good, i experiment on this on another game, i used multiples canvas and i saw some drops in fps. it's even more complex on 3d  as the text need to be facing camera at all times.... never ending learning