Skip to main content

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

left mouse button (you need to stand near the place to attack(it have not any visual effect of attack))

(2 edits)

Well, I figured out how to break the wall, and I really liked the game. The only problem is that the character sticks to the walls, which is especially annoying in the factory when you need to climb to a height

Thank you for playing. Player feedback is important to us - and it motivates us to move forward!
1 - and about "sticking" unfortunately this is a Unity problem that I don't know how to fix T-T
2- Regarding enemies, I think it depends on your playing skills. And also on the weapons you picked up ;) (on the level with the factory I wanted the player to try out a ranged weapon)

(1 edit)

I solved the sticking problem by adding a physical material with the following settings to the player's collider. This may not be suitable for all games, depending on your goals, but it might be helpful for you.

thank you!