[Unreal] SDK Not Setup 문제(Project Package 문제) 해결하기
SDK Not Setup 문제 해결하기 (the sdk for windows is not installed properly, which is needed to generate date. check the sdk section of the launch on menu in the main toolbar to update sdk. would you like to attempt to continue anyway?). 다음과 같은 문구가 뜨며 프로젝트가 Package 되지 않는 문제 해결하기.
목차
SDK Not Setup 문제 해결하기
the sdk for windows is not installed properly, which is needed to generate date. check the sdk section of the launch on menu in the main toolbar to update sdk. would you like to attempt to continue anyway?
문제 상황
다음과 같은 팝업이 뜨면서 프로젝트가 Package가 되지 않는다.
Windows SDK 설치
https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
hostfxr.dll 파일 복사하여 AutomationTool 폴더에 붙여넣기
C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\DotNet\Windows\host\fxr\3.1.9
C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\DotNET\AutomationTool
https://dotnet.microsoft.com/ko-kr/download/dotnet/3.1
다운로드 후 설치하기.
문제해결 - 실행화면
더 이상 오류 팝업이 뜨지 않고 정상적으로 패키지 된다.
'⭐ Unreal Engine > UE Debugging Log' 카테고리의 다른 글
[Unreal] UE4에서의 원시 포인터가 UE5에서 TObjectPtr 바뀐 경우 사용방법 (0) | 2023.07.24 |
---|---|
[Unreal] 화살이 포물선을 그리며 떨어지게 하기 (0) | 2023.07.21 |
[UE5] Enhanced Input이 적용되지 않는 문제 해결방안 (0) | 2023.06.23 |
UE4.exe 프로그램을 시작할 수 없습니다. 지정된 파일을 찾을 수 없습니다. (0) | 2023.06.04 |
[Unreal] 이 선언에는 스토리지가 없습니다 (0) | 2023.05.10 |
댓글
이 글 공유하기
다른 글
-
[Unreal] UE4에서의 원시 포인터가 UE5에서 TObjectPtr 바뀐 경우 사용방법
[Unreal] UE4에서의 원시 포인터가 UE5에서 TObjectPtr 바뀐 경우 사용방법
2023.07.24 -
[Unreal] 화살이 포물선을 그리며 떨어지게 하기
[Unreal] 화살이 포물선을 그리며 떨어지게 하기
2023.07.21 -
[UE5] Enhanced Input이 적용되지 않는 문제 해결방안
[UE5] Enhanced Input이 적용되지 않는 문제 해결방안
2023.06.23 -
UE4.exe 프로그램을 시작할 수 없습니다. 지정된 파일을 찾을 수 없습니다.
UE4.exe 프로그램을 시작할 수 없습니다. 지정된 파일을 찾을 수 없습니다.
2023.06.04