this is going into my Jim Jam 2 gems. seriously for your first game you deserve some respect for it.I think if fix some of these bugs like glitch platforming and make some more random patterns this game can become you first good game for your portfolio.
Viewing post in Snake Infibite jam comments
sometime if I jump and land on the ground or on a platform the snake make a little bump. it happens when two colliders overlap. and because it is unity it want to fix it by bumping the snake a little bit up so that the snake doesn't get stuck into the ground.I don't know if the fix is by changing something in the rigidbody component or in script.