반응형
언리얼 5를 설치한 후에 프로젝트를 생성할 때, 블루프린트가 아닌 C++ 프로젝트를 생성해보자.
다음과 같이 프레임워크를 찾을 수 없다는 에러가 나오는 경우가 있다.
Running C:/Program Files/Epic Games/UE_5.1/Engine/Build/BatchFiles/Build.bat -projectfiles -project="D:/github/Unreal/ArenaBattle/ArenaBattle.uproject" -game -rocket -progress
Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" -projectfiles -project="D:/github/Unreal/ArenaBattle/ArenaBattle.uproject" -game -rocket -progress
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '6.0.0' was not found.
- Check application dependencies and target a framework version installed at:
\
- Alternatively, install the framework version '6.0.0'.
위의 경우 6.0.0 ver이 없다는 로그가 나왔으므로, 아래 링크에서 해당 버전을 설치하면 된다.
https://dotnet.microsoft.com/en-us/download
Download .NET (Linux, macOS, and Windows)
Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.
dotnet.microsoft.com
오른쪽의 .NET 6.0 을 설치하였다.
설치가 완료되면 언리얼을 실행하면 된다.
프로젝트가 정상적으로 생성되었다.
반응형
'개발 > Unreal' 카테고리의 다른 글
언리얼 5 - 에디터 인터페이스 언리얼 4 UI 레이아웃으로 변경하기 (0) | 2023.04.01 |
---|---|
언리얼 5 - 빌드 환경 설정 및 컴파일 방법 (Unreal 5 Compile Build Settings) (1) | 2023.03.30 |
언리얼 5 - 액터 삭제 (Delete Actor Files) (0) | 2023.03.30 |
언리얼 5 - 생성한 액터 파일이 콘텐츠 브라우저에 보이지 않는 경우 해결 방법 (0) | 2023.03.29 |
언리얼 5 - 유니티 vs 언리얼 용어 비교 (Quick Glossary Unreal vs Unity) (0) | 2023.03.25 |
댓글