Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Snap drag to spline?
#1
I am starting to build a 2d maze game, and I want to limit player movement along a set path

I'm thinking to simply use Curvy to set a spline across the entire maze (including to deadends), and then wherever the player drags- use GetNearestPointTF() with the touch/mouse position to snap the object to the result on that hidden spline

Does that make sense? Not sure if I get what GetNearestPointTF() is for (i.e. I'm assuming it can take any point on the screen- but maybe it's actually expecting another point on the spline or something?) 

Either way I think I'll purchase Curvy since I need it for other stuff too (3d camera paths)- but would really appreciate advice on if this is a good approach before I dive in. My math isn't so great and I'm sure you guys have done tons of work to make this sort of stuff high-performance and reliable. 

Thanks!!

Oh I should add- it's a... erm... curvy maze, not straight lines Wink
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_

Forum Jump: