Unity Scroll View在Clamped模式下无法移动

稍微专业一些的问题,还是用Google去查吧

Q:

Scrollrect Clamp Not Working

Hi All, I'm trying to implement a vertical scrollrect using the clamped movement type but for some reason it will not move when the type is set to clamp. If I set it to unrestricted or elastic it works but I need to clamp the contents to the view to prevent it from infinitely scrolling or snapping back to the middle. I have tried to disable the inertia and change with the options, but clamp just does not work. My Unity Version is 2020.3.11f1.

A:

Turns out the content size was set to full size and the height needed to be set to a specified amount of space.

无法移动的情况

Content与Viewport大小一致,就无法移动,大于Viewport才可以移动。

正确的布局设置

猜你喜欢

转载自blog.csdn.net/weixin_43673589/article/details/124542008