Unity Auto Scroll

[Solved] Unity Auto Scroll | Perl - Code Explorer | yomemimo.com
Question : unity auto scroll

Answered by : programming-doggo

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

Source : | Last Update : Thu, 08 Jul 21

Answers related to unity auto scroll

Code Explorer Popular Question For Perl