Version: 2022.1
언어: 한국어
Mesh Renderer 컴포넌트
Mesh Filter 컴포넌트

Skinned Mesh Renderer 컴포넌트

Skinned Mesh Renderer 컴포넌트는 변형 가능한 메시를 렌더링합니다. 변형 가능한 메시에는 스킨드 메시(뼈대와 바인드 포즈가 있는 메시), 블렌드 셰이프가 있는 메시, 천 시뮬레이션을 실행하는 메시가 포함됩니다.

일반 메시를 렌더링하기 위해서는 메시 렌더러메시 필터를 대신 사용합니다.

변형 가능한 메시 또는 변형 가능한 메시가 있는 모델을 씬에 추가하면 Unity는 해당 씬의 게임 오프젝트에 Skinned Mesh Renderer 컴포넌트를 추가합니다.

C# 코드에서 SkinnedMeshRenderer 클래스는 Skinned Mesh Renderer 컴포넌트를 나타냅니다. SkinnedMeshRenderer 클래스는 Renderer 클래스에서 많은 기능을 상속합니다. 이처럼 이 컴포넌트는 라인 렌더러트레일 렌더러와 같이 Renderer 를 상속받은 다른 컴포넌트와 공통점이 많습니다.

스킨드 메시 렌더러 가시성 문제 해결

Unity는 메시의 바운드를 사용하여 렌더링할지를 결정합니다. 전체 바운딩 볼륨이 액티브 카메라의 뷰 밖에 있는 경우 Unity는 메시를 렌더링하지 않습니다.

스킨드 메시 렌더러의 경우 메시 바운드는 메시가 변형함에 따라 변경됩니다. Unity는 임포트 시 존재하는 모든 애니메이션을 고려하여 최대 바운딩 볼륨을 계산하고 그 값을 사용하여 가시성을 결정합니다. 그러나 임포트 이후에 다음과 같은 상황이 발생하면 버텍스 또는 뼈대가 알려진 최대 바운드를 벗어날 수 있습니다.

  • 애디티브 애니메이션
  • 런타임 시 스크립트에서 뼈대의 포지션 변경
  • 버텍스 포지션을 변경하는 버텍스 셰이더 사용
  • 래그돌을 사용하는 경우

이런 상황이 발생한 경우 Unity가 메시의 가시성을 올바르게 결정하지 못할 수 있고 예상대로 표시하지 못할 수도 있습니다.

이러한 경우 다음 방법 중 하나를 사용하여 문제를 해결할 수 있습니다.

  • 바운드를 수정해 메시의 최대 잠재적 바운딩 볼륨을 일치시킵니다. 성능 향상을 위해 가능하면 이 옵션을 사용하십시오.
  • 오프스크린일 때 업데이트를 활성화하면 메시가 보이지 않는 경우에도 항상 Unity가 메시 바운드를 계속 계산합니다. 성능이 주요 관심 사항이 아니거나 바운딩 볼륨의 크기를 예측할 수 없는 경우(예: 래그돌을 사용하는 경우) 이 옵션을 사용합니다.

스킨드 메시 렌더러 인스펙터 레퍼런스

인스펙터 창에 표시된 Skinned Mesh Renderer 컴포넌트.
인스펙터 창에 표시된 Skinned Mesh Renderer 컴포넌트.

프로퍼티

프로퍼티 설명
** Bounds** Unity가 메시가 화면 밖에 있는지 확인하는 데 사용하는 바운딩 볼륨을 설정합니다. Unity는 모델 파일의 메시와 애니메이션을 임포트할 때 바운드를 미리 계산하고, 씬 뷰에서 모델 주변의 와이어프레임으로 표시합니다.

오프스크린일 때 업데이트를 참으로 설정한 경우 Unity는 모든 프레임마다 이러한 바운드를 다시 계산하고 그 계산된 값을 사용하여 해당 프로퍼티를 덮어씁니다.

이 프로퍼티는 Mesh.Bounds API에 해당합니다.
BlendShapes Unity가 메시에 정의된 블렌드 셰이프와 함께 사용하는 가중치 값을 저장합니다.
Quality 버텍스에 영향을 줄 수 있는 뼈대의 최대 수에 대한 런타임 상한을 설정합니다.

Unity는 메시를 임포트할 때 1개에서 32개까지 원하는 뼈대 수로 모든 버텍스를 스킨닝할 수 있습니다. 영향력 있는 뼈대의 수가 많을수록 이동 중에 결과가 개선됩니다. 그러나 필요한 리소스도 증가하므로 성능에 영향을 미칠 수 있습니다.

성능상의 이유로 런타임 상한을 사용하는 것보다 임포트 시 버텍스에 영향을 주는 뼈대의 수를 설정하는 것이 좋습니다. 이렇게 하려면 모델 임포트 설정 창의 릭 탭에서 스킨 가중치 설정을 조정합니다.

이 설정을 사용하여 각 컴포넌트에 런타임 상한을 설정하는 것 외에도 Edit > Project Settings > Quality > Other > Skin Weights에서 프로젝트의 전역 제한을 설정할 수도 있습니다.

이 프로퍼티는 SkinnedMeshRenderer.quality API에 해당합니다.
Auto Quality Settings > Skin Weights에서 설정된 전역 제한을 사용합니다.


참고: 원하는 수의 스킨 가중치를 임포트하고 4개가 넘는 영향력이 있는 뼈대를 사용하고 싶다면 이 옵션을 선택하고 Skin WeightsUnlimited로 설정해야 합니다.
1 뼈대 각 버텍스에 뼈대를 하나만 사용합니다.
2 뼈대 각 버텍스에 최대 2개의 뼈대를 사용합니다.
4 뼈대 버텍스당 최대 네 개의 뼈대를 사용합니다. 하나의 버텍스에 영향을 주는 뼈대를 4개 넘게 허용하려면 Auto 설정을 사용합니다.
Update When Offscreen Enable this option to calculate the bounding volume at every frame, even when the mesh is not visible by any Camera. Disable this option to stop skinning when the GameObject is off-screen and resume it when the GameObject is visible again.

This is disabled by default, for performance reasons.

This property corresponds to the SkinnedMeshRenderer.updateWhenOffscreen API.
Mesh Set the mesh that this Renderer uses. The mesh should either contain a valid bind pose and skin weights, use blend shapes, or run cloth simulation. If the mesh does not use any of these techniques, consider using a Mesh Renderer and a Mesh Filter.

Corresponds to the SkinnedMeshRenderer.sharedMesh property.
Root bone 골격의 “root”인 트랜스폼을 설정합니다. 바운드는 이 트랜스폼을 따라 함께 이동합니다.
Rendering Layer Mask This property determines which rendering layer Unity assigns this renderer to. You can use this property to specify an additional rendering-specific layer mask. This filters the renderers based on the mask the renderer has.

This property corresponds to the Renderer.renderingLayerMask API.

Unity only displays this property when you use a Scriptable Render Pipeline.
Renderer Priority Sort renderers by priority. Lower values are rendered first and higher values are rendered last.

This property corresponds to the Renderer.rendererPriority API.

Unity only displays this property when you use the High Definition Render Pipeline.

머티리얼

Unity의 2020.1 HDRP 템플릿 예시 프로젝트에서 메시의 와이어프레임 뷰
Unity의 2020.1 HDRP 템플릿 예시 프로젝트에서 메시의 와이어프레임 뷰

Materials 섹션에는 이 컴포넌트가 사용하는 모든 머티리얼이 나열됩니다.

프로퍼티 설명
Size 머티리얼 리스트 요소의 수입니다.

요소의 수를 줄일 경우 Unity는 리스트 끝에서 요소를 삭제합니다. 요소의 수를 늘리면 Unity는 리스트의 끝에 새로운 요소를 추가합니다. Unity는 리스트의 끝에서 요소가 사용하는 동일한 머티리얼로 새로운 요소를 채웁니다.
Element 리스트의 머티리얼입니다. 머티리얼 에셋을 각 요소에 할당할 수 있습니다.

기본적으로 Unity는 머티리얼의 이름을 토대로 리스트를 알파벳 순으로 정렬합니다. 이 리스트는 순서를 변경할 수 있으며 Unity는 해당 순서가 변경되면 요소의 수를 자동으로 업데이트합니다.

참고: 하위 메시보다 머티리얼이 더 많은 경우 Unity는 남은 머티리얼을 각각 사용하여 마지막 하위 메시를 렌더링합니다. 머티리얼이 완전히 불투명하지 않은 경우 다른 머티리얼과 겹쳐지면서 흥미로운 시각적 효과를 만들 수 있습니다. 그러나 완전히 불투명한 머티리얼은 이전 레이어를 덮어쓰기 때문에 Unity가 마지막 하위 메시에 적용하는 추가 불투명 머티리얼은 성능에 부정적인 영향만 미칠뿐 아무런 이점이 없습니다.

조명

Light 섹션에는 조명과 관련된 프로퍼티가 포함되어 있습니다.

프로퍼티 설명
Cast Shadows Specify if and how this Renderer casts shadows when a suitable Light shines on it.

This property corresponds to the Renderer.shadowCastingMode API.
On This Renderer casts a shadow when a shadow-casting Light shines on it.
Off This Renderer does not cast shadows.
Two-sided This Renderer casts two-sided shadows. This means that single-sided objects like a plane or a quad can cast shadows, even if the light source is behind the mesh.

For Baked Global Illumination or Enlighten Realtime Global Illumination to support two-sided shadows, the material must support Double Sided Global Illumination.
Shadows Only This Renderer casts shadows, but the Renderer itself isn’t visible.
Receive Shadows Specify if Unity displays shadows cast onto this Renderer.

This property only has an effect if you enable Baked Global Illumination or Enlighten Realtime Global Illumination for this scene.

This property corresponds to the Renderer.receiveShadows API.
Contribute Global Illumination 전역 조명 계산에 이 렌더러가 사용되며 베이크 타임 시 발생합니다.

이 프로퍼티는 씬에 대해 베이크된 전역 조명 또는 인라이튼 실시간 전역 조명을 활성화하는 경우에만 효과를 발휘합니다.

이 프로퍼티를 활성화하면 게임 오브젝트의 정적 에디터 플래그에서 GI 플래그 기여가 활성화됩니다. 이는 StaticEditorFlags.ContributeGI API에 해당합니다.
Receive Global Illumination Unity는 베이크된 라이트맵이나 런타임 라이트 프로브에서 전역 조명 데이터를 이 렌더러에 제공합니다.

이 프로퍼티는 Contribute Global Illumination을 활성화하는 경우에만 편집할 수 있습니다. 이 씬에 대한 베이크된 전역 조명이나 인라이튼 실시간 전역 조명을 활성화하는 경우에만 효과를 발휘합니다.

이 프로퍼티는 MeshRenderer.receiveGI API에 해당합니다.
Lightmaps Unity는 라이트맵에서 이 렌더러에 전역 조명 데이터를 제공합니다.
Light Probes Unity는 씬의 라이트 프로브에서 이 렌더러에 전역 조명 데이터를 제공합니다.
Prioritize Illumination 이 프로퍼티를 활성화하면 인라이튼 실시간 전역 조명 계산에 이 렌더러를 항상 포함할 수 있습니다. 이를 통해 성능상의 이유로 전역 조명 계산에서 일반적으로 제외되는 멀리 떨어진 이미시브에도 렌더러가 영향을 받는지 확인합니다.

이 프로퍼티는 게임 오브젝트의 정적 에디터 플래그에서 Contribute Gi가 활성화되고 프로젝트는 빌트인 렌더 파이프라인을 사용하며 인라이튼 실시간 전역 조명이 씬에서 활성화된 경우에만 표시됩니다.

프로브

Probes 섹션에는 라이트 프로브반사 프로브에 관한 프로퍼티가 포함되어 있습니다.

프로퍼티 설명
Light Probes Set how this Renderer receives light from the Light Probes system.

This property corresponds to the Renderer.lightProbeUsage API.
Off The Renderer doesn’t use any interpolated Light Probes.
Blend Probes The Renderer uses one interpolated Light Probe. This is the default value.
Use Proxy Volume The Renderer uses a 3D grid of interpolated Light Probes.
Custom Provided The Renderer extracts Light Probe shader uniform values from the MaterialPropertyBlock.
Proxy Volume Override Set a reference to another GameObject that has a Light Probe Proxy Volume component.

This property is only visible when Light Probes is set to Use Proxy Volume.
Reflection Probes Set how the Renderer receives reflections from the Reflection Probe system.

This property corresponds to the Renderer.probeAnchor API.
Off Disables Reflection Probes. Unity uses a skybox for reflection.
Blend Probes Enables Reflection Probes. Blending occurs only between Reflection Probes. This is useful in indoor environments where the character may transition between areas with different lighting settings.
Blend Probes and Skybox Enables Reflection Probes. Blending occurs between Reflection Probes, or between Reflection Probes and the default reflection. This is useful for outdoor environments.
Simple Enables Reflection Probes, but no blending occurs between Reflection Probes when there are two overlapping volumes.
Anchor Override Set the Transform that Unity uses to determine the interpolation position when using the Light Probe or Reflection Probe systems. By default, this is the centre of the bounding box of the Renderer’s geometry.

This property corresponds to the Renderer.probeAnchor API.

추가 설정

Additional Settings 섹션에는 추가 프로퍼티가 포함되어 있습니다.

프로퍼티 설명
Skinned Motion Vectors 이 옵션을 활성화하면 메시 스키닝 데이터를 이중 버퍼링하여 Unity가 스키닝된 모션을 보간한 후 모션 벡터 텍스처에 배치하도록 허용합니다. 이 작업은 많은 GPU 메모리를 소모하지만, 모션 벡터의 정확도가 높아집니다.
Dynamic Occlusion Dynamic Occlusion이 활성화되면 Unity의 오클루전 컬링은 정적 오클루더에 의해 카메라 뷰에서 차단될 때 이 렌더러를 컬링합니다. 이 동적 오클루전이 활성화되지 않으면 시스템은 정적 오클루더에 의해 카메라 뷰에서 차단되면 이 렌더러를 컬링하지 않습니다.

동적 오클루전은 기본값으로 활성화되어 있습니다. 이 옵션은 벽 뒤의 캐릭터 윤곽을 드로우하는 것과 같은 효과에 대해 비활성화합니다.
Mesh Renderer 컴포넌트
Mesh Filter 컴포넌트
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961