Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在玩 Unity 的 UI 东西,我现在想要实现的是一个可以滚动的图像列表。但是,Scrollrect 仅提供滚动单个图像而不是容器。您是否有任何想法仍然使用 Scrollrect 而不是为滚动容器编写自定义类?我的第一个也是非常不雅的想法是创建一个带有大图像的游戏对象,该图像根据它包含的最远的图像动态调整大小....提前为您提供帮助!
您可能想要使用这个组件: http ://docs.unity3d.com/ScriptReference/UI.VerticalLayoutGroup.html