Exporting for Windows

더 보기

This page describes how to export a Godot project to Windows. If you're looking to compile editor or export template binaries from source instead, read Compiling for Windows.

The simplest way to distribute a game for PC is to copy the executable (godot.exe), compress the folder and send it to someone else. However, this is often not desired.

Godot offers a more elegant approach for PC distribution when using the export system. When exporting for Windows, the exporter takes all the project files and creates a data.pck file. This file is bundled with a specially optimized binary that is smaller, faster and does not contain the editor and debugger.

요구사항

  • To enable code signing, you must have the Windows 10 SDK (on Windows) or osslsigncode (on any other OS) installed.

  • Download the Godot export templates. Use the Godot menu: Editor > Manage Export Templates.

경고

Windows용으로 내보낸 임베디드 PCK 파일에 서명을 하려 하면 프로그램이 제대로 동작하지 않을 것입니다.

또한 PCK 임베딩은 Windows에서 백신 프로그램에게 오검출되는 문제 역시 갖고 있습니다. 따라서 프로젝트를 서명 및 바이러스 검사를 우회하는 스팀을 통해 배포할 것이 아니라면 사용을 피하는 것이 좋습니다.