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

You may already have figured out what the issue was but since it's a gamejam and we're all trying hopefully helping and learning, you may want to check that the colliders are not overlapping, add a PhysicsMaterial2D with friction set to be a little lower, and possibly freeze Z rotation on your character to fix the collider issue (though if it doesn't break gameplay elsewhere, I'd keep it in, it adds flavor).

(+1)

Yep.  I did add a PhysicsMaterial2D and freeze the Z rotation.  Although I'm not sure if any of the colliders are overlapping, so that is something I could keep in mind for future games.  Thanks for the idea!