C# finding a curve mid position
I try to find a direction from start position to mid position of curve (while user swiped) in unity 5. my idea just using list of vector3 and add a touch position every frame in update loop and get position of the mid index list. but the positions is not order as a real curve. so which solution is better?
Comment
Your answer

Follow this Question
Related Questions
Issue with player position on 3-lane track 0 Answers
Canvas Teleports To Middle Of Screen On Play 1 Answer
Vector3.MoveTowards Problems 0 Answers