1. 개요 프로그램이 실행 중에 서버로 부터 3D 모델을 읽고 이를 보여주도록 한다. 2. GLB/GLTF 로드하기 필요한 라이브러리 파일을 설정한다. [참고] https://docs.unity3d.com/Packages/com.unity.cloud.gltfast@6.6/manual/installation.html go to Windows > Package Manager. select the Add (+) button. Add PAckage from git URL ==> com.unity.cloud.gltfast using UnityEngine;using UnityEngine.Networking;using System.Collecti..