Closed max-krichenbauer closed 4 years ago
Found the problem: this seems to be a bug with GitHub itself - when downloading the repository as a zip archive (instead of cloning), the image files in the zip archive are broken. I got confused when checking the files in the repository in the web browser, because the images actually look like what could be a "broken image" placeholder.
So the solution is to download the files manually separately from the archive.
That's because this project is with lfs enabled. When cloning the project with git, you need to have git-lfs (https://git-lfs.github.com/) installed, and put lfs argument in the command line to enable the feature. Images are stored as large file, that's why they are presented to be text files when lfs is not enabled.
We've made a change to remove usage of Git LFS, so you should be able to clone it successfully if you try again.
Hello!
The PNG image files in
samples/BasicXrApp/Assets/
are corrupted which prevents building the BasicXrApp.These "image files" are actually text files with contents like:
Best regards, Max