Model files can contain a variety of data, such as meshes, materials, and textures. Most models contain only some of this data. You can follow any portion of the workflow that you need to:
For additional information on importing a model with animations, see Importing a model with humanoid animations or Importing a model with non-humanoid (generic) animations.
Note: Unity’s primary support for model files is the FBX format. For more information, see Model file formats.
시작하는 방법은 모델 파일에서 추출할 데이터의 종류에 관계없이 항상 똑같습니다.
프로젝트(Project) 창과 인스펙터(Inspector) 를 모두 동시에 볼 수 있게 엽니다.
Project 창의 Asset 폴더에서 임포트할 Model 파일을 선택합니다.
Inspector 에 Import Settings 창이 열리고, 기본적으로 Model tab 을 표시합니다.
SpeedTree 모델에 대해 제공되는 옵션은 다른 모델과 매우 다릅니다. 예를 들어 SpeedTree Model 탭은 대개 LOD 레벨 간의 전환을 설정하기 위한 옵션을 제공합니다.
캐릭터와 애니메이션화된 모델은 해당 Model 탭에서 다음과 같은 더욱 다양한 옵션을 제공합니다.
파일에 애니메이션 데이터가 포함된 경우 릭(Rig) 탭을 사용하여 릭을 설정한 다음 애니메이션(Animation) 탭을 사용하여 애니메이션 클립을 추출 또는 정의하는 방법에 대한 가이드라인을 따를 수 있습니다. Unity에서는 휴머노이드의 뼈대 구조가 매우 구체적이어야 하지만, 일반 타입의 경우 어느 뼈대가 루트 노드인지만 알면 되므로 휴머노이드와 일반(비휴머노이드) 애니메이션 타입의 워크플로는 서로 다릅니다.
참고: SpeedTree 모델에는 Rig 또는 Animation 탭이 없습니다.
If your file contains materials and textures, you can define how you want to deal with them:
Unity follows a specific search plan to automatically look for textures on import. First, the importer looks for a sub-folder called Textures within the same folder as the mesh, or in any parent folder. If this fails, Unity performs an exhaustive search of all textures in the project. Although slightly slower, the main disadvantage of the exhaustive search is that there could be two or more textures in the project with the same name. In this case, it is not guaranteed that Unity can find the right one.
(A) 텍스처를 찾을 수 있는 장소
(B) 임포트되는 메시
모델의 고차원 폴리곤 버전으로부터 생성된 노멀 맵이 포함된 캐릭터가 있는 경우, 게임 품질 버전을 180도의 스무딩 앵글로 임포트해야 합니다. 그러면 탄젠트 분할로 인해 조명에 이상하게 생긴 경계 부분이 발생하지 않습니다. 이 설정을 사용해도 계속 눈에 띄는 경계 부분이 있으면 Tangents 드롭다운 메뉴에서 분할 탄젠트로 레거시 계산을 선택하십시오. 그레이스케일 이미지를 노멀 맵으로 변환하는 경우에는 이에 대해 신경 쓰지 않아도 됩니다.
마지막으로 파일을 씬으로 임포트할 수 있습니다.