Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity auto scroll

var pos = new Vector2(0f, Mathf.Sin(Time.time * 10f) * 100f);
scrollRect.content.localPosition = pos;
 
PREVIOUS NEXT
Tagged: #unity #auto #scroll
ADD COMMENT
Topic
Name
5+2 =