0
Completed

scale uv node tree

mallenroh 10 years ago updated by Freya Holmér (Developer) 10 years ago 5
what would a node layout that just scales up uv coords look like?
Multiply the UVs by a value, such as 2 to make it tile twice, 0.5 to stretch it. Use a Vector2 to scale it differently on the U and V axes
is this setup doing that?
No, use the UV output instead of U and V :)
ah, got it, thanks! is it possible to expose the vector2 node in the materials properties?
No, you'll either have to use two values or a Vector4. (This is due to Unity limitations)