Okay so I thought I knew how to do this, but here I am.
I’ve tried:
- Transform Location
- Adding the vector variable and actor location
I have no more ideas, so please help
Okay so I thought I knew how to do this, but here I am.
I’ve tried:
I have no more ideas, so please help
Hi, I’d like to help but I’m not sure what you’re trying to do.
Can you please elaborate?
I’m trying to get the player to move from one location to another when they enter a box collision. I have a transform variable that I have set up at the target location, but I can’t get it to travel to that location
This is probably the simplest way to “move from one location to another when they enter a box collision”.
playable character event graph:
how do you want the player to move? instantly (teleport)? slide (linear interpolation)? or walk on their own (ai moveto)?