Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.49k stars 191 forks source link

4.4 Web export templates are missing #717

Open HaleyHalcyon opened 1 week ago

HaleyHalcyon commented 1 week ago

Tested versions

This issue specifically concerns itself with v4.4.dev.custom_build 5e7e5fc60.

System information

Windows 10, Redot 4.4 alpha 2024101114

Issue description

While I could install the export template for Android using the download links, I could not figure out how to install the export template for HTML5.

redot windows editor x86_64_odmW3kpf1n

Steps to reproduce

  1. Create or import a Redot project that targets HTML5.
  2. Try to export.

Minimal reproduction project (MRP)

Even a blank project (except for the minimal necessary to export as HTML5) should exhibit this issue.

(Unrelated issue: The MRP flavor text still includes a mention of "the .godot folder" and "project.godot")

SkogiB commented 1 week ago

Hrm, we'll have to take a look at this. The build system is quite complex, Spartan and Trashguy are working on it right now. Thanks for bringing this one up.

And yeah, the .godot thing we're going to leave as .godot for quite a while to maintain compatability with the file structure of Godot projects, we don't want to break off that stuff yet.

EmreKanbay commented 4 days ago

same here, wanted to export same android project from godot and redot, godot had a button to download template from mirror but redot does not, and after i downloaded manually, redot throw that error "no export template found at the expected path".

Spartan322 commented 4 days ago

Redot doesn't have engine downloadable export templates for right now.

KenDragonBlacksword commented 4 days ago

There are no tpz files on redotengine.org or GitHub. I downloaded all the zip archives, but none of them contain .tpz files.

Spartan322 commented 4 days ago

tpz files are an infrastructure thing with godot for downloading templates that redot does not yet have.

KenDragonBlacksword commented 4 days ago

How to setup export templates without tpz files?