Tap to move and rotate

Anyone have any insight on how to rotate an object by a finger gesture?

yes… :smile:

Oh, you wanted some tips probably :smile:

OK so I’d do this by looking at iPhoneInput.touches, then for each finger that you’re concerned about watch the position or deltaPosition and modify the Transform.eulerAngles of the object you want to rotate.

thanks for the tip! i am heading down that direction.