I am trying to adjust the uv1 scaling in spatial material
however I found that the scaling pivot is not in center of my texture. So can I adjust the scaling pivot of my uv?
Thanks
There's no way to adjust the scaling pivot in SpatialMaterial's built-in UV scaling. Instead, you can adjust both the offset and scale at the same time to compensate for this. (The exact process depends on your actual UV layout.)