VR & AR 개발/Unity 개발

[Unity] Import 3D Assets to Unity (Unity에 3D 에셋 불러오기)

글른 2022. 5. 17. 12:53

Unity에서 3D Asset을 가져오는 방식에 대한 documentation은 여러가지가 있는데, 아래 두 개를 참고했다. https://learn.unity.com/tutorial/project-setup-processes#60ed7afdedbc2a001f7c4ef0

 

Project setup processes - Unity Learn

This is a guide through common processes you may need to set-up a Unity project to complete one of our tutorials.

learn.unity.com

https://learn.unity.com/tutorial/get-3d-assets?uv=2020.3&pathwayId=5f7bcab4edbc2a0023e9c38f&missionId=5f777d9bedbc2a001f6f5ec7&projectId=5fa1e431edbc2a001f53e6cc# 

 

Get 3D assets - Unity Learn

In this tutorial, we’ll explain sources of 3D assets: assets made with Digital Content Creation (DCC) tools or procured from the Unity Asset Store. We will walk through the steps for using the Asset Store to get assets you will need for the tutorial foll

learn.unity.com


Step 1. Unity Asset Store에서 원하는 3D Asset을 내 에셋에 추가한다.

Step 2. 그렇게 추가한 Asset을 내 Unity로 열어준다. 

Step 3. 그러면 열려있던 Unity hub에서 package manager가 켜진다. 그럼 해당 Asset을 다운로드 해 주고, import도 해 준다.

Step 4. Project > Assets 아래에 해당 asset이 추가된다. 새로 추가한 material asset을 활용해서 scene을 꾸민 예시이다.