나만의 작은 도서관
[Unreal Engine] 언리얼 프로젝트 폴더 이동 시, 최근 프로젝트에 프로젝트가 뜨지 않는 문제 해결법 본문
문제 발생 상황
한글이 포함된 경로에서 C++로 설정한 언리얼 프로젝트를 실행하니 프로젝트가 열리지 않았다. 그래서 한글이 포함되지 않은 경로로 언리얼 프로젝트들이 들어있는 폴더를 옮겼는데, 최근 프로젝트에 프로젝트들이 인식되지 않는 문제가 발생했다.
해결법
1. C:\Users(user)\AppData\Local\UnrealEngine\5.1\Saved\Config\WindowsEditor로 이동해서 EditorSettings.ini를 찾는다.
+) AppData폴더는 숨겨진 파일이므로 보이지 않는다면 숨긴 항목을 체크하면 보인다.
2. EditorSettings.ini를 텍스트 편집기(메모장이나 vscode등...)로 열어서 "CreatedProjectPaths="를 찾는다.
찾았다면 프로젝트들이 들어있는 폴더의 경로로 변경 또는 추가하면 문제가 해결된다.
Why my project does never appear in the Unreal Project Browser "Recent Projects" list? (5.1)
No matter what I do: Open the project file by double-clicking Open the profile file from the Project Browser “Browse…” button My project (UE 5.1) is never added to the “Recent Projects” list. (it shows up in the Epic Launcher). I searched on the
forums.unrealengine.com