aframe-extras icon indicating copy to clipboard operation
aframe-extras copied to clipboard

[movement-controls] doesn't work on Oculus Go since 1.0.1

Open evdem opened this issue 5 years ago • 4 comments

Description: Camera movement-controls (by touchpad) don't work on Oculus Go since 1.0.1 but all works e.g. in my VR BOX 2 + Chrome + joystick. A-Frame Version: > 1.0.0 Platform / Device: Oculus Go Reproducible Code Snippet or URL:

<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> 
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script>
<a-scene>                                                              
  <a-entity id="rig"                                                   
            movement-controls="speed:0.1">                             
    <a-entity camera                                                   
              position="0 1.6 0"                                       
              look-controls="pointerLockEnabled: true">                
    </a-entity>                                                        
  </a-entity>                                                          
  <a-box position="0 1.5 -1" color="#777777" rotation="45 0 0"></a-box>
  <a-sky color="#484848"></a-sky>                                      
</a-scene>                                                             

evdem avatar Feb 23 '20 06:02 evdem

  1. Sorry, movement-controls work on Oculus Go in Firefox Reality.
  2. Now I have to use A-Frame 1.0.4 on Oculus Go. Therefore controls don't work in Oculus browser e.g. in GLMol A-Frame port.
  3. By using remote debugger I can get only init: function init() { console.log('touch init') 'touch init' console message yet. How shall I debug controls next?

evdem avatar May 04 '20 09:05 evdem

It's true it doens't works.

aitorgalo avatar May 25 '20 12:05 aitorgalo

Any news on this? I can also confirm it still doesn't work

blasco avatar Jun 15 '20 06:06 blasco

Can also confirm that movement-controls are broken on both the Oculus Browser and the Firefox Reality browser on my Oculus Go. Specifically, there is no motion with either the controller pad, clicking the pad, or pressing the button; however, the controller's touch pad rotates the camera. I get the feeling that this could be related to this, but more testing is required.

samuel-zuk avatar Jan 10 '21 19:01 samuel-zuk

I'm closing old issues, the issue may have been fixed in recent build, please try https://cdn.jsdelivr.net/gh/n5ro/aframe-extras@501d66b/dist/aframe-extras.min.js you can reopen if it's still an issue with aframe master and latest aframe-extras build. Please note that both Oculus Go and Firefox Reality are unmaintained products now.

vincentfretin avatar Dec 04 '22 08:12 vincentfretin