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
  Filling a closed spline dynamically rickgplus 1 225 04-16-2025, 08:56 AM
Last Post: _Aka_
  Spawn at start/ end of splines rickgplus 4 460 03-21-2025, 12:34 PM
Last Post: _Aka_
  Morph game object along curve. mikechr2000 5 691 02-04-2025, 09:30 PM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 284 02-03-2025, 09:34 AM
Last Post: _Aka_

Forum Jump: