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
  Bug: Save Generator Outputs still saves outputs if object is disabled curvymesher 1 3 08-30-2024, 09:19 AM
Last Post: _Aka_
  Player move with object mcarman 4 8 07-29-2024, 06:49 PM
Last Post: mcarman
  Nested Spline Volume Spot Instantiation merobbins5 3 7 07-26-2024, 09:58 AM
Last Post: _Aka_
  Left-right movement, and spline follow shihaya 3 9 07-12-2024, 12:50 PM
Last Post: _Aka_

Forum Jump: