What would be the right way to move a vehicle, not dynamically, just in a cutscene. A lorry has to go past. The only way the go to pathes thing seems to work is if the item is an npc.. can a truck be an NPC?
Technically, yes. But Paths are intended for characters, so making a large vehicle move along one would likely look quite odd - it'd move only in straight lines between each point.
If it's only in a cutscene, I'd advise you just attach an Animator controller to it, and create an animation that moves the vehicle around the way you want it. You could then use the Object: Animate Action to play it when you need it to go.
Comments
If it's only in a cutscene, I'd advise you just attach an Animator controller to it, and create an animation that moves the vehicle around the way you want it. You could then use the Object: Animate Action to play it when you need it to go.