if Lightmap size is more bigger than previous it, you should check following options.
Lightmap settings
Property: | Function: |
---|---|
Scale in Lightmap | This value specifies the relative size of the object’s UVs within a lightmap. A value of 0 will result in the object not being lightmapped, but still contribute to lighting other objects in the scene. A value greater than 1.0 increases the number of pixels (ie, the lightmap resolution) used for this object while a value less than 1.0 decreases it. You can use this property to optimise lightmaps so that important and detailed areas are more accurately lit. For example: an isolated building with flat, dark walls will use a low lightmap scale (less than 1.0) while a collection of colourful motorcycles displayed close together warrant a high scale value. |
Prioritize illumination | Check this box to tell Unity to always include this object in lighting calculations. Useful for objects that are strongly emissive to make sure that other objects will be illuminated by this object. |
Lightmap Parameters | Allows you to choose or create a set of Lightmap Parameters for the this object. |
file:///F:/Program%20Files/Unity/Editor/Data/Documentation/en/Manual/class-MeshRenderer.html
반응형
'게임엔진(GameEngine) > Unity3D' 카테고리의 다른 글
AnimationState.normalizedTime (0) | 2018.01.14 |
---|---|
IsPointerOverGameObject 화면과 UI 클릭을 구분하기 (0) | 2018.01.14 |
Unity3D - 최적화를 위한 CombineMesh (0) | 2018.01.06 |
Material doesn't have stencil properties (1) | 2017.12.29 |
Unity 2017.3 version released (버전 출시) (0) | 2017.12.20 |