I am trying to decide if I should use timeline or transition to animate a vehicle
I am working on a project to create a traffic simulator. Basically I have a base lane (circle) and I can add more up to a limit of 5. I can place a vehicle (rectangle object) going around the lane, making it move indefinitely. To do this I have been using path transition, I am now struggling to use path transitions to make the vehicle go around obstacles by changing lane, so use a transition to move to the side and then to pick up the circle of the new lane and move. I have been reading other threads and I am not sure if using a path transition is the best option. Has someone had a similar experience and can offer advice?