[STILL UNSOLVED]2D only Godot compiled download link?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By NikhilKadiyan

Has anyone compiled Godot 3.1 or 2.1 for 2D only. If so would you be kind enough to give a download link. I currently dont have Visual Studio so… windows or android or both separate compiled if you have compiled godot :slight_smile:

:bust_in_silhouette: Reply From: Christoffer

I do not think you can compile the 2d engine only.
But the whole engine is only around 40mb.
Here’s a link to the nightly builds (the latest)
But beware, they can be buggy. And they make new builds every day there so.

It is possible to compile a 2D-only export template, see Optimizing a build for size in the documentation.

Calinou | 2018-11-15 13:37

:bust_in_silhouette: Reply From: NikhilKadiyan

Its been over a month. Shall I take it for geanted that literally nobody bothered to compile godot?

I compiled godot many times, and i’m sure many people did. Why do you need that? perhaps we can find another solution for your problems.

p7f | 2018-12-10 11:25

there are easy and ready to use docker images for compiling godot - e.g.: Docker

as already mentioned above: there is a flag to add during compilation to disable 3d

disable_3d=yes

Optimizing a build for size — Godot Engine (latest) documentation in English

you could add this (or other parameters) in the build script and have it build by yourself:
https://github.com/h4de5/docker-godot-3-build-and-run/blob/master/scripts/build-godot.sh

h4de5 | 2018-12-11 03:53