How do i rescale a primitive cube to fit bounding box of a model?

Hi there,

I’m quite bad at math and want to know how can i scale a unity primitive cube to scale/resize to fit a bounding box of a model?

Please advise
Thanks

Set the cube’s position to the bounding box’ center. Set the cube’s scale to the bounding box’ size. Or extents. One of those.

1 Like

ill try that and let you know in case it doesnt end up like this