Search Unity

Start at arbitrary point on a path

Discussion in '2D' started by davidsvson, Feb 18, 2015.

  1. davidsvson

    davidsvson

    Joined:
    Jul 4, 2014
    Posts:
    11
    I want to be able to drag a small car (just a square texture) to arbitrary point on a road (just a simple top down road). And make the car start driving on that point and then continue to follow the road.

    I have been trying to use paths (i've been using iTween) but i'm just able to make it start at the beginning of the path then.

    Any better suggestions how to do this?