1
NGUI 3 Support / Re: scrollviews and content origin
« on: August 12, 2014, 12:02:38 AM »
Why don't you just Child the scroll view to an empty and write a simple script to move the parent emptys' transform around
when events happen?
Thats what I would do. Then just change scroll view's .localPosition(Vector3 pos) when you want to change its' origin.
when events happen?
Thats what I would do. Then just change scroll view's .localPosition(Vector3 pos) when you want to change its' origin.
