# Button doesn't appear in VR

**URL:** https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770
**Category:** Questions
**Tags:** gui
**Created:** [November 4, 2019, 9:42am UTC](https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770 "2019-11-04T09:42:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Paz2012](https://avatars.discourse-cdn.com/v4/letter/p/9fc348/32.png) [@Paz2012](https://forum.babylonjs.com/u/Paz2012)
#### Post date: [November 4, 2019, 9:42am UTC](https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770/1 "2019-11-04T09:42:46Z")

</div>

I’ve created a html button that works just fine in the scene, but when I turn on VR mode the button disappears. What could be causing this and how to fix this, any ideas?

---

<div class="post-metadata">

### Author: ![MarianG](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/mariang/32/138_2.png) [@MarianG](https://forum.babylonjs.com/u/MarianG)
#### Post date: [November 4, 2019, 10:54am UTC](https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770/2 "2019-11-04T10:54:46Z")

</div>

Hi,  
you cann’t use html in VR mode, you have to create your own ‘interface’  
You can use  
[https://doc.babylonjs.com/how\_to/gui](https://doc.babylonjs.com/how_to/gui)

---

<div class="post-metadata">

### Author: ![Paz2012](https://avatars.discourse-cdn.com/v4/letter/p/9fc348/32.png) [@Paz2012](https://forum.babylonjs.com/u/Paz2012)
#### Post date: [November 4, 2019, 11:24am UTC](https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770/3 "2019-11-04T11:24:28Z")

</div>

I tried to create the button with GUI but the problem is that in VR mode button appears inside the VR lenses even tho I place the button on top right corner of the screen. The button functions normally if I press the space where the button has been put, but the icon appears inside the VR lensses. Any ideas how to fix that?

---

<div class="post-metadata">

### Author: ![MarianG](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/mariang/32/138_2.png) [@MarianG](https://forum.babylonjs.com/u/MarianG)
#### Post date: [November 4, 2019, 1:36pm UTC](https://forum.babylonjs.com/t/button-doesnt-appear-in-vr/6770/4 "2019-11-04T13:36:09Z")

</div>

I didn’t get you ☹ can you repo it in playground?  
[https://playground.babylonjs.com/](https://playground.babylonjs.com/)  
Or share the code.
