make objects rotate at the same time unity code example
Example: unity rotate object over time
transform.Rotate( Vector3.up * ( rotationSpeed * Time.deltaTime));
transform.Rotate( Vector3.up * ( rotationSpeed * Time.deltaTime));