전체 글 1447

Godot - Compiling for iOS

Compiling for iOS Godot - Docs » Compiling » Compiling for iOS Requirements SCons (you can get it from macports, you should be able to run scons in a terminal when installed) SCons (당신은 macports에서 그것을 얻을 수 있습니다, 당신은 설치된 터미널에서 scons를 실행할 수 있어야합니다) Xcode with the iOS SDK and the command line tools. Xcode와 iOS SDK 및 명령 행 도구. Compiling Open a Terminal, go to the root dir of the engine source code an..

game/godot 2018.12.06

Godot - Cross-compiling for iOS on Linux

Cross-compiling for iOS on Linux Godot - Docs » Compiling » Cross-compiling for iOS on Linux The procedure for this is somewhat complex and requires a lot of steps, but once you have the environment properly configured it will be easy to compile Godot for iOS anytime you want. 이 절차는 다소 복잡하고 많은 단계가 필요하지만 일단 환경을 적절하게 구성하면 원하는 때에 언제든지 Godot을 iOS 용으로 쉽게 컴파일 할 수 있습니다. Disclaimer While it is possible ..

game/godot 2018.12.05

Godot - Compiling for Universal Windows Platform

Compiling for Universal Windows Platform Godot - Docs » Compiling » Compiling for Universal Windows Platform Requirements SCons (see Compiling for Windows for more details). SCons (자세한 내용은 Windows 용 컴파일 참조). Visual Studio 2015 Update 2. It may work with earlier versions. See Compiling for Windows about the caveats of installing it and the various prompts. Visual Studio 2015 업데이트 2. 이전 버전에서는 작동 할..

game/godot 2018.12.04

Godot - Compiling for the Web

Compiling for the Web Godot - Docs » Compiling » Compiling for the Web Requirements To compile export templates for the Web, the following is required: 웹용 내보내기 템플릿을 컴파일하려면 다음이 필요합니다. Emscripten 1.37.9+ If the version available per package manager is not recent enough, the best alternative is to install using the Emscripten SDK 패키지 관리자별로 사용 가능한 버전이 최신 버전이 아닌 경우 가장 좋은 방법은 Emscripten SDK를 사용하여 설치하는..

game/godot 2018.12.03

Godot - Packaging Godot

Packaging Godot Godot - Docs » Compiling » Packaging Godot Godot has features to make it easier to distribute and to package it for application repositories. Godot은 어플리케이션 저장소를 위해 배포하고 패키징하는 것을 더 쉽게 해주는 기능을 가지고 있습니다. Default behaviour By default, Godot stores all settings and installed templates in a per-user directory. First Godot checks the APPDATA environment variable. If it exists, the per-u..

game/godot 2018.11.30

Godot - Optimizing a build for size

Optimizing a build for size Godot - Docs » Compiling » Optimizing a build for size Rationale Sometimes, it is desired to optimize a build for size rather than speed. This means not compiling unused functions from the engine, as well as using specific compiler flags to aid on decreasing build size. Common situations include creating builds for mobile and Web platforms. 가끔 속도보다는 크기를 위해 빌드를 최적화하는 것..

game/godot 2018.11.29

Godot - Console support in Godot

Console support in Godot Godot - Docs » Platform-specific » Console support in Godot Official support Godot currently does not officially support consoles (except the Xbox One using UWP). Godot은 현재 공식적으로 콘솔을 지원하지 않습니다 (UWP를 사용하는 Xbox One 제외). The reasons for this are: 그 이유는 다음과 같습니다: To develop for consoles, one must be licensed as a company. As an open source project, Godot does not have such a..

game/godot 2018.11.28
반응형