Hi guys,
When I try to test the app locally it gives me an issue mentioning missing files. Even if I try the repository that other people have, the issue only happens to me, since other people don’t have the files in the project as well.
I already set up the needle and the project several times but the problem persists.
The file as well as the folder don´t exist in the project. We all use the same repository with the same stuff. But only me got this missing files error.
Wouldn’t this folder be created only when you click “install” on the needle’s “export info” tab?
That assets folder is by default also excluded from sourcecontrol to avoid checking in exported glb files. But if your team adds either files manually or through some other process they might be missing on your end if you just install and start the server.
One option would be to modify the gitignore that is inside the web project for example.
Or better: talk to the person who added the user.svg there and figure out if they added it manually or through some custom other automation