I’m working on a custom motor that is called from the behavior tree by a Move Action. Currently the motor uses
base.MoveTarget.Position
but I would like to improve the motor’s accuracy with some data that can be found on the target. (for predicting motion)
Unfortunately
MoveTarget.TransformTarget
MoveTarget.AspectTarget
, and similar fields are always null.
So, is there any way to get a direct reference to a MoveTarget object?
-
This topic was modified 2 months, 2 weeks ago by Sprakle.