It might be very easy one but i couldn't be able to crack it I want random tiles on the modular floor piece i have kept the floor modular like this but now you can see the problem here the material is following the same pattern how can i randomize this ??
This is my random seed function. If ya search around ya can find who came up with the idea first. Basically if you dot sine big enough numbers it falls apart and becomes random. 12.9898,78.233002 for the dot and 43758.546875 for the multiply. But I dont think these matter all too much. But could be wrong , its been years…
depends if they're instanced static meshes you could pass a primitive ID through to the material and use that to seed a random UV offset you could read a value from some worldspace noise (eg at the actor position ) and use that to offset UVs in your material