I want to make a scrollview scrollable by the content like the apps for ios or android, anyone knows how to do this? I’m using android but it’s the samething, I posted on the android forum but seems like no one there knows. Also, somebody know how to instead of open the default keyboard when touch a TextField, it open the number pad keyboard?
My game has a scroll like scrollview on ios sdk, but it doesnt use the unityGUI. I used planes and raycast to implement it. The closer plane to the camera has a “window, or a hole” with alpha, and the other plane moves up and down to do the scrollable effect. The second plane is behind the “window plane”
Thanks for the reply man, and about the keyboard? Do you know how can I do this?