我想要unity5中面板滚动的背景

I want the background of panel scroll in unity5

我用 Canvas 在 unity5 中制作了一个场景,并在其中添加了面板 canvas,我想滚动面板的背景图像,但找不到任何合理的解决方案,我知道背景滚动适用于四边形,但我想用面板来做,是否可能或指导我最好的解决方案。

您需要 ScrollRect 才能滚动面板。This may help