how can I scale a cube so that the it will scale in the x-direction and rotate on it’s center so that one end is on a specified vector3 coordinate?
1 Answer
1Most simple way to to it: put cube in the scene, parent it to another game object (which is positioned at the end of your cube), and then scale your parent object.
…or do some math ![]()