Unity Splines Calculate t

Hi all! Is that possible to calculate the t value with a random point on a Spline curve?

Yes, SplineUtility.GetNearestPoint gives the t ratio as an out parameter. See ShowNearestPoint.cs in the Samples/Runtime directory for an example, or Class SplineUtility | Splines | 2.2.1