vertical scroll bar only
i have this code from unity reference manual. what i'm trying to do is put buttons and scroll it using only vertical scroll bar, how can i remove the horizontal scroll from here? // The position on of...
View ArticleGUI interferring with another GUI
I have a GUI drop down menu that scrolls. When the drop down executes it falls over a GUI.TextField. What is happening is the drop down elements that are directly over the GUI.TextField are not...
View ArticleHow to dynamically advance Gui ScrollView
I have a scrollview that is working just fine. Although, as I add content I want the scroll to advance, on its own, to the most recent addition so the user does not have to advance the scroll view. I...
View ArticleUsing GUI.BeginGroup inside GUILayout.BeginScrollView doesn't trigger the...
Hi, I'm trying to create a scroll list of items which user can delete. By swiping left on mobile, the delete icon will appear as the item slide to the right. Since I can't move GUILayout.Buttons x...
View Article