Great game! I'm really curious how you went about creating the curves, is that something baked into Unity or was that custom? I admire that you challenged yourself to learn through this project, it seems like it was extremely successful in that regard!
Viewing post in Curvy Coaster jam comments
i watched a tutorial for the curves. its easier than thought. i have a screenshot of the editor in unity. you interpolate between 2 points to create a linear motion( a line) and then interpolate from the last point to another to create another line. when you now interpolate between those 2 lines you get a curve. in the tutorial i heard " Lerp untill you run out of things to lerp " :D