c-frame / aframe-extras

Add-ons and helpers for A-Frame VR.
https://c-frame.github.io/aframe-extras/examples/
MIT License
968 stars 308 forks source link

Some features are not working #402

Closed lijualivenow closed 1 year ago

lijualivenow commented 1 year ago

with aframe 1.3.0 version some features are not working

eg: a- ocean

dirkk0 commented 1 year ago

This was fixed in the build: https://github.com/n5ro/aframe-extras/pull/387 Probably not in master atm?

lijualivenow commented 1 year ago

here is my glitch URL https://glitch.com/edit/#!/amplified-quasar-bard

and I am using the following API(Both are working with frame 1.1.0)

<!--     <script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras/dist/aframe-extras.min.js"></script>
vincentfretin commented 1 year ago

Please specify a commit hash when using gh jsdelivr url. When you don't specify it it seems to use an old (cached?) version. Look at the latest commit in the repo and use it in the url, so this url: https://cdn.jsdelivr.net/gh/n5ro/aframe-extras@f4fc736/dist/aframe-extras.min.js a-ocean is working on aframe 1.3.0 with this url.