Hey 8thwall team, I’m trying to apply particles to my scene and I keep receiving the following error:
Unhandled promise rejection: TypeError: Cannot read properties of undefined (reading ‘generateUUID’)
at new o.Group aframe-particle-system-component-1.1.4.min.js
at n.initParticleSystem aframe-particle-system-component-1.1.4.min.js
at n.update aframe-particle-system-component-1.1.4.min.js
at n.initComponent 8frame-1.4.1.min.js
at n.updateProperties 8frame-1.4.1.min.js
at e.exports.Component 8frame-1.4.1.min.js
at new n 8frame-1.4.1.min.js
at d.initComponent 8frame-1.4.1.min.js
at d.updateComponent 8frame-1.4.1.min.js
at d.updateComponents 8frame-1.4.1.min.js
TypeError: Cannot read properties of undefined (reading ‘generateUUID’)
This is the script tag that i am using: <script crossorigin="anonymous" src="//cdn.8thwall.com/web/aframe/aframe-particle-system-component-1.1.4.min.js"></script>
along with my particle entity <a-entity id="particles" particle-system="preset: snow"></a-entity>
I have tried using the aframe-particle-system-component directly instead of the 8thwall cdn, and it still gave me the same error.