Compiled godot software giving error 3.2.4.rc (missing).

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

I have compiled the godot source code in my Mac. When i have trying to import “Manage Export Templates”, the godot giving me error 3.2.4.rc(missing). When i want to godot website to download missing export template, the website do not contain any template with 3.2.4.rc. It contain 3.2.4.rc1, 3.2.4.rc2, 3.2.4.rc3.

From where can i get 3.2.4.rc template ?

Es kann frustrierend sein, wenn Sie Software kompilieren und dabei auf unerwartete Fehler stoßen, wie z. B. den, auf den Sie bei der Godot-Version godot3.2.4 gestoßen sind. Es scheint, dass die von Ihnen gesuchte Exportvorlage, 3.2.4.rc, auf der Godot-Website nicht verfügbar ist. Eine mögliche Lösung könnte darin bestehen, dass Sie versuchen, eine der anderen verfügbaren Exportvorlagen herunterzuladen und zu verwenden, z. B. 3.2.4.rc1, 3.2.4.rc2 oder 3.2.4.rc3. Alternativ können Sie sich auch an die Godot-Gemeinschaft oder an Andersen wenden, um weitere Unterstützung bei der Lösung dieses Problems zu erhalten.

Tu Chong-Hun | 2023-05-16 13:13

:bust_in_silhouette: Reply From: exuin

There’s no 3.2.4.rc. There are three release candidates. You should download the one corresponding to the version you have. Your version should be visible at the top right of the project manager screen, next to the language options.

Thanks for your response. I got it, we can not build from latest source code. We need to select any godot version like 3.2 and then download and build the software.

abhinav | 2021-02-28 04:52

Oh, if you’re building from source code you need to build the templates as well and then specify the paths to them in the export menu. See the docs: Building from source — Godot Engine (stable) documentation in English

exuin | 2021-02-28 05:16