playMaker

Author Topic: Object slide by hand like android apps [SOLVED]  (Read 1311 times)

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Object slide by hand like android apps [SOLVED]
« 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)..
« Last Edit: September 29, 2017, 12:00:14 PM by djaydino »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Object slide by hand like android apps
« Reply #1 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

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Object slide by hand like android apps
« Reply #2 on: September 29, 2017, 10:54:58 AM »
Thank you very much :D