So I’m creating a script that generates splines for car trajectories by using points I placed on prefabs and Unity built-in splines package.
I ran into a problem that using AutoSmooth function makes trajectory deviate from its original linear path.
I understand that problem is connected with how bezier curves and tangents In/Out work, but what logic do I need to implement in order to fix it?
I’m looking forward for any ideas!
1