Hi - I changed the parts of my app that use UV offset and scaling since you guys moved it to submesh. My old code was changed like this:
terrain_material.offsetU += 0.03125;
to
terrain_plane.subMeshes[0].offsetU += 0.03125;
I can trace the value and see it changing each frame but nothing changes on the screen