I need to create a sphere from a script with the components of animation, mesh filter, collider, script, mesh renderer
GameObject go = GameObject.CreatePrimitive(PrimitiveType.Sphere);
go.AddComponent();
go.AddComponent();
go.AddComponent();
go.AddComponent();
go.AddComponent();