I recently added VR support to an older game of mine (which means it has alot of questionable code practices), and I encountered this bug, where whenever I spawned into the game, the VR core UI (escape menu, the hotbar) get instantly deleted.
I can’t check the error that might be causing it, since the escape menu is gone.
Here are some of the latest errors I’ve got around anything VR related:
The only VR core UI code I’ve added is this, but the issue remains even with these lines commented out
game.StarterGui:SetCore("VRLaserPointerMode", 0);
game.StarterGui:SetCore("VREnableControllerModels", false);
I am not sure if this is an error with my code, or something on Roblox’s side.
Has anyone encountered this bug?
