Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Replacing object at start position on (circle) spline
#1
Hello,

I am working on a game that uses the circle spline. I have my object going around it as I would like but when the player loses and restarts I need to reset the position of the gameobject I have attached to the spline. I don't want to reset it by resetting the scene everytime as it isn't needed for the rest of the game.

I am unsure what variables to use/call in order to get this done. I tried using the actual transform of the object but that just does not work. Do I need to change the cached variables in order to reset it by the press of a button?

Thanks.
Reply
#2
I guess you have a SplineWalker component (or the corresponding Custom Action) attached to your object. So you just have to set the position property (TF) to 0.
Reply
#3
Fantastic. Thanks you very much.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 7 1,249 07-13-2025, 07:11 PM
Last Post: _Aka_
  Is there a way to get the position of each ControlPoint in spline by API? Chanon 1 249 06-07-2025, 09:44 AM
Last Post: _Aka_
  Filling a closed spline dynamically rickgplus 1 458 04-16-2025, 08:56 AM
Last Post: _Aka_
  Spawn at start/ end of splines rickgplus 4 827 03-21-2025, 12:34 PM
Last Post: _Aka_

Forum Jump: