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.
You need ScrollRect
to scroll the Panel.This may help