I am working on 2d game for mobile platform, i have a 2D scene and a background that will scroll, i have tried different way to scroll the background but i never achieve smooth scrolling in background. Here is the dimension of object i am using
Try putting it as a child to the player then moving any background object like clouds with this script
public Transform StartPos;
public Transform EndPos;
public float speed = 1.0F;
private float startTime;
private float journeyLength;