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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Baked shadows from non-lightmap static objects?

Discussion in 'Global Illumination' started by protopop, Mar 22, 2015.

  1. protopop

    protopop

    Joined:
    May 19, 2009
    Posts:
    1,541
    In Unity 4 i lightmapped everything on my terrain scene. But with realtime shadows i am thinking of getting rid of lightmapping since things look so good u close. I'd like to keep the terrain lightmapped though so that it looks well shadowed at a distance.

    I seems that objects not marked lightmap static wont cast shadows on terrain during the bake. But if i mark all the rocks etc lightmap static then they get baked with their own lightmaps, which isnt what i want.

    Is there a way to just bake the terrain and have objects in the scene cast shadows into the bake without marking them as lightmap static?