Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Weird skyboxes in RC1

Discussion in 'Unity 5 Pre-order Beta' started by chanfort, Feb 9, 2015.

  1. chanfort

    chanfort

    Joined:
    Dec 15, 2013
    Posts:
    641
    I experienced weird skyboxes to appear when applied conversion from Unity 4 to 5 in my asset. Weird thing is happening with clouds, where brightest areas are becoming black. Here is the result with Sunny1 Skybox:
    Screen Shot 2015-02-09 at 19.47.35.png
    I also can't disable-enable skyboxes, as doing so does not change visible skybox. Skybox also remains if I remove "Skybox" component from MainCamera.

    Does anyone have idea how to fix this?
     
  2. Jaimi

    Jaimi

    Joined:
    Jan 10, 2009
    Posts:
    6,090
    Go to the skybox material, and it should show you each texture, and give you the option to "fix" it.

    As for the skybox remaining, you can put a skybox on two ways - one with the component (that you removed). But the real way is in the lighting tab - you'll need to remove it from there if you don't want one.
     
  3. p87

    p87

    Joined:
    Jun 6, 2013
    Posts:
    318
    if you just upgraded from unity 4, try going into the lighting window for each scene and it will ask you to upgrade to enlighten. This fixed funny skyboxes for me.
     
  4. chanfort

    chanfort

    Joined:
    Dec 15, 2013
    Posts:
    641
    Thanks Jaimi, it works nicely