Search Unity

Question Why do my cubes do this?

Discussion in 'Editor & General Support' started by kwangab5, Jun 20, 2020.

  1. kwangab5

    kwangab5

    Joined:
    Jun 20, 2020
    Posts:
    1
    I just started learning Unity and I don't know what happened


     
  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    I'd guess you have some script that is modifying the localScale of the cube or one of its parents.
     
  3. CodesCove

    CodesCove

    Joined:
    Nov 18, 2018
    Posts:
    21
    Do you parent the cubes to a game object with non 1,1,1 scale?.. if you do, it can cause effect like in the video..