Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Controlling Velocity of Spline Controller
#1
Hello,

I am using curvy move a character (RED Box) on a spline, while the player chases it. I need to have the character stay at a fixed distance ahead of the player. The player is a rigidbody, but I am using the spline controller for the chased character. I can control the speed of the chased character but I need to figure out a way to control the velocity/speed so I can offset it to stay ahead of the Player. I am trying to figure out how the spline controller moves the character but I am having a hard time.

[Image: Chase_Test_002.gif]
Reply
#2
Quite simple, two ideas come to mind, both assuming you know spline distance between the two objects (GetNearestPointTF or reading controller position):

1.) Check Distance between the two and slightly raise/lower controller's speed to reach close to the wanted distance. Could be too inaccurate for some scenarios.

2.) Like above, check distances, then set the 2nd object's position to match the wanted distance. Let controller's speed fixed at 0.

Both ideas can easily be done with a custom controller and one overriden method (e.g. UserAfterUpdate or any method called each frame).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44
  How could I get position in spline from "From" value in BuildRasterizedPath? Chanon 1 8 02-12-2024, 09:54 PM
Last Post: _Aka_

Forum Jump: