{
transform.position = new Vector3 (0, 0, 0);
}
You are changing the position of the attached GameObject, yes. It will be moved to the center of the scene.
{
transform.position = new Vector3 (0, 0, 0);
}
You are changing the position of the attached GameObject, yes. It will be moved to the center of the scene.