When I go into game, the skybox goes half black.

I tried connecting my skybox to the first person controller, but that didn’t seem to do anything, so I just made a huge skybox to cover my entire map, but my first person controller can’t see it in the sky, and I need it. Please Help.

The skybox component should usually be attached to the main scene camera. See this page in the Unity manual, or look up some tutorials.

Steps are roughly:

  • Attach skybox component to your camera
  • Find skybox material in standard assets package
  • Assign the material to the skybox component
  • Set up your camera for the skybox (see “clear flags” settting)

Can you confirm that you’ve completed all of those steps? If not, this seems like a basic manual/tutorials question.