Gravity and physics...
Hey there,
Just researching a project at the moment and was wondering how you would create a script that enables the user to touch and slide the screen to flick a 3d ball. Assume this would be finding the position and distance the finger on screen from initial touch to end and then attribute that to the object movement. The ball would be able to collide with the floor of the world space.
On the object movement I've been looking into how it moves, but want it to have some physics attached to it with gravity and speed.
It doesn't feel like you could do this with basic behaviours - unless I'm missing something.
Just some some pointers on the set up for this type of thing would be great!
Thanks in advance!