Export templates missing in 3.0-alpha

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kjav
:warning: Old Version Published before Godot 3 was released.

Hi everyone,

I have built the latest (3.0-alpha) version of Godot, along with the export templates. However I’m getting the following error in the Export Template Manager:

3.0-alpha (Missing)

And here is a screenshot of the error:

Screenshot of the error

I have built the export templates, and put them in the ~/.godot/templates directory. Here is a screenshot of the contents of my templates directory:

enter image description here

Why is this error showing? I have tried to use the “Install From File” button at the bottom, but this expects a “.tpz” godot template file which is not the output of the build.

Thanks for your help!
Kjav.

:bust_in_silhouette: Reply From: eska

Templates are stored by version now. For 3.0-alpha, put them in templates/3.0-alpha.

Thanks Eska - that was it! I’ve made a pull request which will add a reference to this in the docs.

https://github.com/godotengine/godot-docs/pull/480

kjav | 2017-09-16 11:51