Search code examples
unity-game-engineunityscript

I want the background of panel scroll in unity5


I make a scene in unity5 with Canvas and added Panel into that canvas,I want to scroll background image of panel but could not find any reasonable solution for this, I know background scrolling is applied to quad, but I want to do it with panel, is it possible or guide me best possible solution.


Solution

  • You need ScrollRect to scroll the Panel.This may help