I am wanting to scale the gradient with the ‘SkySize’ value, however when I do this the gradient ends up not stretching but instead creating harsher colours where it should have been scaled - mainly the top.
Edit: Scracth what I said earlier, I think what you need to do is, subtract UV by 0.5, multiply that by SkySize, add 0.5 back to it, and finally feed it into your lerp.
This works the way I intended with having the gradient split at the center, thank you, although one big problem is the colors past the image after it has ‘tiled’ are a lot more intense when they should be the same as where the SkySize value ends on the image if you understand what im tryna say, Screenshots below. (ignore the SkySizeGradient value in the editor, its unused)