관리 메뉴

기억을 위한 기록들

빌드 패키징 자동화 본문

Etc..

빌드 패키징 자동화

에드윈H 2023. 4. 19. 11:31

C:\Program Files\Epic Games\UE_4.27\Engine\Build\BatchFiles\

RunUAT.bat BuildCookRun -project="프로젝트 경로\프로젝트.uproject" -noP4 -platform=Win64 -clientconfig=Shipping -cook -allmaps -build -stage -pak -archive -archivedirectory="프로젝트 경로\Binaries"

"%EnginePath%\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="프로젝트 경로/프로젝트.uproject" -noP4 -platform=Win64 -clientconfig=%BuildConfig% -cook -allmaps -build -stage -pak -archive -archivedirectory="%ArchiveDirectory%"

 

 

 

 

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=sspsos74&logNo=220672749577 

 

언리얼 빌드의 모든 것

원문링크 : https://docs.google.com/document/d/1n8EovszovuSy0UyowLKiIWHiLX1cf2ev4vo2AQK...

blog.naver.com

 

 

https://github.com/botman99/ue4-unreal-automation-tool

 

GitHub - botman99/ue4-unreal-automation-tool

Contribute to botman99/ue4-unreal-automation-tool development by creating an account on GitHub.

github.com