1
NGUI 3 Documentation / Re: UIScrollView
« on: March 05, 2014, 11:24:36 AM »
I just upgrade NGUI, and am in the process of upgrading UIDraggablePanel to UIScrollView. My UIDraggablePanel components were reporting missing scripts. I tried to create new UIScrollView using "Add Component", but it was missing from the menu.
I renamed the .cs file from UIDraggablePanel.cs to UIScrollView.cs, and all of a sudden everything worked.
I also had to rename UICheckbox.cs to UIToggle.cs, and that also made everything work.
I'm running Unity 4.3.1f on a Macbook Air with Mavericks. I'm also using Editor Settings -> version control -> Mode -> Visible Meta Files.
I renamed the .cs file from UIDraggablePanel.cs to UIScrollView.cs, and all of a sudden everything worked.
I also had to rename UICheckbox.cs to UIToggle.cs, and that also made everything work.
I'm running Unity 4.3.1f on a Macbook Air with Mavericks. I'm also using Editor Settings -> version control -> Mode -> Visible Meta Files.
