- git clone https://github.com/microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.bat
- ./vcpkg integrate install
- vcpkg install directxtex[openexr]:x64-windows
- vcpkg install physx:x64-windows
- 프로젝트 속성(Engine) → C/C++ → 추가 포함 디렉터리 → $(VcpkgRoot)\installed\x64-windows\include 추가
- External\Library\FBXLoader\x64\debug\libfbxsdk.dll
- External\Library\FBXLoader\x64\release\libfbxsdk.lib
- https://drive.google.com/drive/folders/1MU7BtdgXdCYT3r3RM8ZlJkWkVzCJaH5S?usp=sharing
- 압축 해제 후 OutputFile/contents 폴더에 복사