Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: MatiasHarder on September 28, 2017, 09:25:54 AM

Title: Object slide by hand like android apps [SOLVED]
Post by: MatiasHarder on September 28, 2017, 09:25:54 AM
hello I would like to know how I can slide the screen with my hands just like it is done in a mobile application of books or in another one that can go down the screen and that appears more information below.

Example.
https://play.google.com/store/apps/details?id=daldev.android.gradehelper&hl=es

in this application you can touch with your hand and go down the screen while reading what appears down below.
just like reading a book I would like to be able to slide objects with my hands (without changing scene)..
Title: Re: Object slide by hand like android apps
Post by: jeanfabre on September 29, 2017, 03:03:14 AM
Hi,

 yes, you can either use the Unity UI scrollable element for this or use the UI drag and drop raw events to build one yourself ( first option recommended)

https://unity3d.com/learn/tutorials/modules/beginner/ui/ui-scroll-rect

 bye,

 Jean
Title: Re: Object slide by hand like android apps
Post by: MatiasHarder on September 29, 2017, 10:54:58 AM
Thank you very much :D