Have an object follow a curve..

Hello,

I want to do a game with 2D-platformer gameplay where the player moves along a curved path, kind of like a railroad track, to give the impression of moving around in a 3D-world. How would I set up a system like that? Are there any pathfinding scripts in Unity I could use, for instance?

http://www.unifycommunity.com/wiki/index.php?title=Spline_Controller

Thanks, just what I need :slight_smile: