#UnityTips Noticing a glitch with #Unity splines in linear mode? This comes down to a calculation error when the handles are 0. Fix it by resampling the spline at invalid directions t = 0 + epsilon & t = 1 - epsilon. Epsilon is a small self defined number. #gamedev #indiedev
4 likes 0 replies
?