2 Lightmapping questions

Hi everibody! I have two questions:

  1. Can I assign “static” at all objects at once?

I have tryed to select all objects in Hierachy and clich on “static” but I noticed that it do not work! Many object remain without “static”

  1. Can Unity save lightmaps of determinate objects?

example: I “bake select” a few objects and thei are good! I don’t want re-baking these objects! Can I keep these lightmaps?

If I do Bake for other objecs all lighmaps will be deleted!

Thanks

Check the manual for the recommended solution to 1.

I’m searching in the lighmapping manual but I don’t find a way to select all the objects at once! Can you help me please?

Sorry, the trick is actually on the Occlusion Culling page, which comes after the lightmapping pages:

If that’s not to your liking, make an Editor script.

_Yes I already try this solution! But work only for Occlusion Culling! Script? what is it??? :slight_smile: :slight_smile: :slight_smile: I can try something already done! Thanks Jessy

hey Jessi look at here: http://forum.unity3d.com/threads/54630-Script-Make-selected-objects-static-(Unity-3)

:slight_smile: bye

I Noticed that it is not very usefull because you must expand manually folders (parents) otherwise it will be not assigned. Maybe I need a script that expand automatically parents! it exist? thanks!