I’m curious about replicating the following behavior in Unity:
When the finger is in a specific area of the screen, a game object is spawned. It follows the finger gestures and when the finger is released, the gameobject is deattached. If the finger is release with previous speed (aka swipe) the gameobject is thrown.
Can i do this with the stock library or should i search for something in the Unity Store?