fernandojsg / aframe-teleport-controls

A-Frame teleport controls component
https://fernandojsg.github.io/aframe-teleport-controls
MIT License
176 stars 71 forks source link

aframe-teleport-controls broken at A-Frame 1.4.0 #99

Open diarmidmackenzie opened 1 year ago

diarmidmackenzie commented 1 year ago

This fix is needed to deal with deprecated THREE.js functions in A-Frame 1.4.0. https://github.com/fernandojsg/aframe-teleport-controls/pull/81

Until a fix is available in this repo, this version is a viable alternative to use with A-Frame 1.4.0.

https://cdn.jsdelivr.net/gh/powersimple/aframe-teleport-controls@master/dist/aframe-teleport-controls.min.js

maxhacker11 commented 1 year ago

Having the same issue. Thanks for posting this, saved me some time!

vincentfretin commented 1 year ago

You can also use https://github.com/jure/aframe-blink-controls as an alternative.

pjoulot commented 1 year ago

I encountered the same issue. Thanks the solution was helpful.

diarmidmackenzie commented 1 year ago

FYI the c-frame community which maintains various legacy A-Frame components discussed forking and maintaining this repo.

We decided against this, as we believe that blink-controls is a more functional and actively maintained alternative.

A-Frame examples that used teleport-controls have been updated on master to use blink-controls, and references in the A-Frame docs to teleport-controls are also being updated to reference blink-controls.