Can't Figure Out How To Make A Line Tracking System
I am making a mobile game where you cut cloth to make various types of clothing. Once you choose the cloth's color and which type of clothing you are going to make (Let's say a T-shirt) a t-shirt outline appears on the cloth. The player needs to follow the outline with their finger to cut a t-shirt. Now, I have 2 questions about this system:
1-How do I make the player cut the cloth with their finger?
2-How do I calculate the player's cutting performance? (I need that value to make the customers pay according to the player's presicion)
Your answer
Follow this Question
Related Questions
Objects jump/warp for a little distance after regain the focus in Android 0 Answers
Dynamic meshes not visible on android (samsung galaxy s6) 2 Answers
How to fix rigidbody2d glitch and random reset to starting position? 0 Answers
Not able to retrieve information from script in unity. 0 Answers
How can I use a scribt two combine two objects on collision with fixedjoint? 0 Answers