Randomize UV positions per Island - Geometry Nodes

How can I randomize UV positions generated from geometry nodes? Similar to Random per Island in shader nodes.

Just add some random X and Y to vector which you use as output UV

1 Like

Hello…

Plug in a Random Vector into that Add node you have before the Store Named Attribute and plug a island index into the Random node’s ID input.
image

Good luck.

2 Likes