With this asset You will have some abilities over your gameobjects.You can make some games for PC,Console, Mobile...)
I will be your guide on how to use this asset.
Youtube: https://www.youtube.com/playlist?list=PLW1O1aos536-k73AVs213NDRA-JZsAr_R
Some 2D Behaviours works only with Orthographic Cameras.
Behaviours name with Input means you can use them using mouse.
Behaviours name with Touch means you can use them using Touch screens.
For 2D:
-InputDraggable2D (Drag Objects around)
-TouchDraggable2D (Drag Objects around)
-DragThrowT2D (You can throw object with Touch)
-DragThrowI2D (You can throw object with Mouse)
-MultiThrowI2D (You can throw Multiple Objects at the same time with Swipe on Screen with Mouse)
-MultiThrowT2D (You can throw Multiple Objects at the same time with Swipe on Screen with Touch)
3D Behaviours works with both Perspective,Orthographic cameras.
For 3D:
-InputDraggable3D (Drag Objects around)
-TouchDraggable3D (Drag Objects around)
-DragThrowT3D (You can throw object with Touch)
-DragThrowI3D (You can throw object with Mouse)
-MultiThrowI3D (You can throw Multiple Objects at the same time with Swipe on Screen with Mouse)
-MultiThrowT3D (You can throw Multiple Objects at the same time with Swipe on Screen with Touch)