I am using https://cdn.rawgit.com/donmccurdy/aframe-extras/v3.8.6/dist/aframe-extras.min.js aframe extra version 3.8.6 with aframe version 0.6.0 , on mouse clicked cursor is disappearing, need to pressed esc key everytime to get cursor back. can someone please help me into this issue.
It's intentional, so you won't have to move around constantly clicking around.
You can disable it quite easily by switching
look-controls="pointerLockEnabled: true"
to
look-controls="pointerLockEnabled: false"
I see your version also has the pointerLockEnabled
property.
pointerLockEnabled: true
pointerLockEnabled: false