Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I like the idea of the game and the mechanics. The art is good! Soo in general everything is good! Good job! Keep it up!

P.S. Sometimes the player stuck (when you jump). I don’t know what you have used but if it was 2D Tilemap Collider then you can check the Used By Composite, this group all boxes like a unic box and the problem is fixed.

Thanks. But I did use composite collider. It must be because of the snout of the pig.

(+1)

Oooh okay got it.

Have you changed the Rigidbody2D to Kinematic?

Or add FixedUpdate (if you don’t have).

Sometimes it has happened when you use box collider try something else like a sphere or capsule.

Thanks, but I don't want the snout going through the wall.