본문 바로가기
Works/Unity 3D

[Unity] Optimize Light for mobile

by Vader87 2020. 10. 7.
반응형

Mesh 의 UV2 값이 없을때 확인해 볼것

- 모델 Mesh 설정의 Generate Lightmap UVs 가 On 으로 되어있는가?

(Unity 기본 Mesh 중 Cube 와 Plane 에는 UV2 값이 없음)

 

Lighting

Mixed Lighting

Lighting Mode

   
Subtractive  그림자가 Lightmap 에 합쳐서 출력
Shadowmask 그림자를 Shadowmak 형태의 별도의 Texture 로 출력

 

Lightmapping Settings

Compress Lightmaps

Baked Lightmaps 결과가 깨져 보이면 위 옵션을 확인해 보자

Compress Lightmaps On
Compress Lightmaps Off

 

Lightmap shader 참고

"Legacy Shaders>LightMapped"

 

Lightmap 이 적용된 곳을 돌아다니는 오브젝트에 그림자 나타내기

Light Probes?

Light Probes 도 Prefab 화?

 

docs.unity3d.com/Manual/LightProbes.html

 

Unity - Manual: Light Probes

Light Probes: Technical information Light Probes Light Probes provide a way to capture and use information about light that is passing through the empty space in your sceneA Scene contains the environments and menus of your game. Think of each unique Scene

docs.unity3d.com

 

docs.unity3d.com/2018.3/Documentation/Manual/LightProbes-MovingObjects.html

 

Unity - Manual: Light Probes for moving objects

Placing probes using scripting Light Probes and the Mesh Renderer Light Probes for moving objects Lightmapping adds greatly to the realism of a scene by capturing realistic bounced light as textures which are “baked” onto the surface of static objects.

docs.unity3d.com

 

 

 

forum.unity.com/threads/important-information-regarding-mesh-uv-channels.370746/

 

반응형

'Works > Unity 3D' 카테고리의 다른 글

[Unity] Mac 에서 Text Editor 로만 실행 되는 문제  (0) 2020.10.14
[Unity] Terrain Optimization  (0) 2020.10.13
[Unity] Google Spreadsheet 활용법  (0) 2020.10.02
[Unity] Firebase Cloud Functions  (0) 2020.10.01
[Unity] Toon Shader  (0) 2020.09.26

댓글