Hi,
I've met some posts about my problem, but could not figure out a solution...
The changes of the behaviour of panel offset when there is a scroll view causes me huge headaches. I just don't get the point of setting the offset automatically without possibility for us to change it.
I'm used to spawn dynamically objects in the scroll views, and I like for that to have my first object on position 0,0,0 and my scroll view's transform on 0,0,0 as well, so that I can easily spring it to its initial position. However, it does not seem to be possible anymore. If I try to change the center position of my panel so that my first object is on the right place, it changes the transform's position as well, so it's not on 0,0,0 anymore. I've tried everything I could without modifying ngui's code, but I'm out of options. I Just want to be able to place my first item wherever I want with its position and the panel's transform position to 0,0,0, and it does not seem to be possible.
What is the good way to do this? What is the purpose of setting the panel's offset automatically?