I going to develop a game in which user draws a shape on the screen with his/her finger. Now I have some predefined shapes in form of textures already with me. What i need to do is to Detect what shape user made with his/her finger on the screen. For Example user draws an arrow on the screen, then on comparison with predefined shapes i want to know if he/she drawn an arrow. Now i need advises/suggestions the way i should go with
1) Draw a shape on screen? (Possibly with line renderer, Trail Renderer Or?)
2) Detect which shape he/she drawn? (any solution being in unity or Plugin)
Any Suggestions are greatly appreciated.