Problem : Scale Object by distance
Hey guys, I tried to scale one Object by the distance to another object by using vector3.distance. It calculated the distance and put it in as the scale but it scaled the object too big.
How can I scale one object to another by the distance or maybe somebody has a alternative way?
What I want:
before:
after:
ascale.png
(146.2 kB)
bscale.png
(222.1 kB)
Comment
Please include your code so we can see how you're attempting to solve this already.
Your answer
Follow this Question
Related Questions
Scale sprite-animated character in 2D to fake distance (Monkey Island 3 style) 0 Answers
Move a character a set distance on NavMesh 0 Answers
Scaling material without saving scale on original material 1 Answer
Scaling Challenge Help Needed! 0 Answers
Get vector3 from cursor position relative to object in 3D plane 1 Answer