Is this the correct way of accessing and changing UVs ?
myMesh.subMeshes[0].scaleV = 0.5;
myMesh.subMeshes[0].offsetU = 0.5;
If so, should the changes be immediately visible ? Because I’m not seeing any.
If not, would you give me the correct procedure please ?