default setting scene area

Hello Guys,

I have a problem with Unity3D, the scene area the 3D seems got crazy. The main camera is definitely in 0,0,0 which I thought was the center of the grid in the 3D scene, but the camera is clearly misplaced as well as the rest of the obejcts. so I wonder, if the grid has been moved..but I can't remember how...and dunnow if it is possible. is there any configuration file or something I can reset.

Many thanks, Giancarlo

Try to look if all the objects are in a parent gameobject and move that to the world-center.

TransformComponent-Values of Childs are always in local space relative to its parent object.