¿Do I need an especial configuration on web player?

Hello everyone,

I´m trying to do an web player animation, I have several gameobjects in my scene, I read a txt file to determinate if they are visible or not, when I do an .exe it works fine, but when i do an .html project with the same configurations and caracteristic it shows my scene but shows all gameobjects and that is wrong.

Could you please tell me some advices or ideas to fix that?

The .txt file is very tiny, only 3K.

The web player has no access to the hard drive on the machine where it is running. Your text file, even if it’s only 3k in size either needs to be fetched from the server where the web player is hosted, or included in the build, perhaps as a resource.