- Home /
Question by
pooyafayyaz · Aug 14, 2014 at 12:41 PM ·
scrollrect
adjust static position with rect like vectors
i have a scroll view with this code:
scrollPosition = GUI.BeginScrollView(new Rect(110,50,130,150),scrollPosition, new Rect(110,50,130,560),GUIStyle.none,GUIStyle.none);
but the position of scroll view change with my camera.i want to adjust the position like vector to doesn't change with the position of my camera...
Comment
Answer by smoggach · Aug 14, 2014 at 01:41 PM
Make sure your scroll view isn't a child of your camera.
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
adjust static position with rect like vectors 0 Answers
Scrolling Scroll Rect with Buttons 4 Answers
End game after livesLeft = 0 0 Answers
scrollrect jump to screen 0 Answers