aframe-gui
aframe-gui copied to clipboard
Text not appearing on AFRAME 1.3.0

The a-gui-button text not appearing, only shows this error above.
It only works on AFRAME 1.0.3.
Hello, The solution that worked for me is to build the code without 'third-party' folder in index.js. Then load the latest of aframe-troika
<script src="https://unpkg.com/aframe-troika-text/dist/aframe-troika-text.min.js"></script>
You can check this pull request #65