NOTE - I HAVE NEVER CODED C# BEFORE AND THIS IS MY FIRST GAME
Please Help
NOTE - I HAVE NEVER CODED C# BEFORE AND THIS IS MY FIRST GAME
Please Help
Please dont put your code on a picutre just paste it in using the Code Sample on the toolbar where you can make your text bold
but try changing
background[1].position = Vector3.Lerp (backgrounds[1].position, backgroundTargetPos, smoothing * Time.deltaTime);
to
background[1].position = Vector3.Lerp (backgrounds[1].position, backgroundTargetPos, smoothing) * Time.deltaTime;