I reached the score 23!
I don't know how you count the score, but maybe multiply it or take the float value of Y. (0.36f = score: 36 | 1.75f = score: 175)
Add some music and sounds and it's a nice game :)
Thank you for your reply.
Yeah, you are right, I just taking Y value:
int currentPositionScore = (int)((playerTransform.position.y - startPoint) / 10);
I posted the source code, so you can look if u want.
I'm mostly a programmer so working with music and sound is a nightmare for me. I don't understand it at all.