How can i move cube over sphere

I am trying to create a game where there is sphere and a cube, i want my cube to move over sphere and also my camera follows the cube, when i use movements keys for movement. I am beginner at unity and i dont know how to do this.
Please Help
Thanks : )

Hi, can you give us a bit more informations like :

  • Is it for a 2D or 3D game ?
  • I’m not sure to get what you want to do but it’s probably because of me, could you try to describe what you want again ?
  • Have you ever used C# ?

Here is some link that might help you :

I don’t know how to get the cube over the sphere, but to get your camera to follow the player, just parent it the the player. This can be done by dragging the camera into the player in the hierarchy.