I have made a research project, which I uploaded to Github with LTS.
I also made a Youtube video about that project, and I got a comment from Youtube telling me that the project has error and can’t be loaded.
The project worked fine in my local desktop.
I downloaded the project from the Github with “Download Zip” button to check if there is something wrong with the repository.
I ran the downloaded project installed at a different directory in my desktop, and the project crashed.
So I tried to build the project from VS. It could be built and launched, but it fails to load the asset map. Giving me “Umap appears to be an asset file” error.
I tried to figure out if this has to do with some git ignored files, but it wasn’t.
The solution I found was using “git clone” command to download the code.
So, it seems the “Download Zip” button has some error with LTS.
You should use git command to download UE project from Github.