Unity Auto Scroll

var pos = new Vector2(0f, Mathf.Sin(Time.time * 10f) * 100f);
scrollRect.content.localPosition = pos;
Programming Doggo