editor
[Splines] Resolve Missing SplineUtility.GetNearestPoint Node in Visual Scripting
Solution
Unity 2022.1.x - Unity 6.3.x
Published 29 days ago
The SplineUtility.GetNearestPoint method does not appear in the Visual Scripting search results despite the Unity.Splines assembly being included in the Node Library.
Quick-Fix
To expose advanced spline utility methods, the SplineMath type must be explicitly added to the Type Options list in Project Settings.
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
Determining Sprite Source Atlas vs Asset[GLTFast] GLB Models Show Magenta Materials[Key Press] Stop Input.GetKeyDown Double Triggers
Content inspired by a Unity discussion post.