I have a problem with our VR project. It wasn’t made by me, so I’m not sure what can cause a problem, but we have some objects in Unity that are disable. These objects are invisible in playmode as well. But after building the apk file, for some reason, these objects are becoming visible in VR. Is there any known sources that can override or do smth like that with my project?
Most likely the objects are being enabled in code somewhere, or the apk you are testing isn’t the updated one you’ve just built. I’d suggest checking with whoever made the project / wrote the code.