Hi everyone, I haven’t worked in Unity in a few years and am just getting into using the new Spline tool for the first time. I’ve set up a spline and laid out a path, etc. and now I’m needing to move a first person character controller along the spline using two particular scenarios, via keyboard input and also through input via connected Arduinos. The first way, the simplest way, using arrow keys (forward/backward) to increment/decrement the Path Position. Two, more complicated, but ultimately the way I actually need to do it is to move the camera dynamically along the path using an ever changing range of values, fed by an arduino connected to a tachometer on a stationary bike, 0 to 100 for instance, to simulate speed. The main thing I really need to solve in the immediate short term is linking the character controller to the spline and using arrow keys to move forward/backward along the spline path.
I know this is probably a pretty big question, but if anyone could just point me in the right direction, or if you have particular examples that you’ve come across that address these questions I would appreciate the help immensely! Thank you!