Search Unity

Having a annoying problem with unity 5

Discussion in 'Getting Started' started by SuperChicken, Apr 9, 2015.

  1. SuperChicken

    SuperChicken

    Joined:
    Apr 9, 2015
    Posts:
    1
    I just started with unity version 5. And creating a new and simple game, I noticed a big problem with parents.

    I created a empty object and a cube.

    The empty Object is the father and the cube is the child.

    When I move the empty object, the cube of course move. BUT, when I move the cube (which is the child) the empty object moves TOO!

    I tried creating two cubes, one as father and the other one as child. I tested and when I move the child one, the cube father's axis, moved to the center between it and the child. what is going on???

    here is some screenshots to explain.
     

    Attached Files:

  2. landon912

    landon912

    Joined:
    Nov 8, 2011
    Posts:
    1,579
    Did the transform values change? Try changing to World Space, or vise versa, to Local Space.
     
  3. Jaimi

    Jaimi

    Joined:
    Jan 10, 2009
    Posts:
    6,208
    You see right at the top of the scene, next to the toolbar, is a button that says "center". If you hover over it, you will see the hint say "the tool handle is placed at the center of the selection".

    If this is not what you want, then click it and change it to "pivot".
     
    Last edited: Apr 11, 2015
    zombiegorilla likes this.