Hi,
With transform control mode set to scale I’m able to scale plane in one direction at time which breaks the ratio of the plane - plane with texture which ratio shouldn’t change.
Is there any way to scale one side of plane while the other sides keep adjust to new object size?
You can just calculate the ratio between original scale.x and newScale.x - then multiply .y and .z scales by that ratio.
1 Like