supermedium / superframe

:package: A super collection of A-Frame components.
https://supermedium.com/superframe/
MIT License
1.38k stars 424 forks source link

[aabb-collider] doesn't work with 3.2.0 npm module #251

Open arturitu opened 4 years ago

arturitu commented 4 years ago

I was trying to use it with an example similar to the showcase/tracked-controls but it doesn't work if I require('aframe-aabb-collider-component') loading "aframe-aabb-collider-component": "^3.2.0" as a dependency, but if I use this one https://github.com/aframevr/aframe/blob/master/examples/showcase/tracked-controls/components/aabb-collider.js it works as expected.

vincentfretin commented 1 year ago

A new version was released https://www.npmjs.com/package/aframe-aabb-collider-component so I guess we can close this issue?