Unity Create

//Creates a basic Cube
GameObject cube = GameObject.CreatePrimitive(PrimitiveType.Cube);
Ultratiger