rdub80 / aframe-gui

Graphical User Interface Component Framework for A-Frame VR
https://rdub80.github.io/aframe-gui/
MIT License
282 stars 64 forks source link

Text not appearing on AFRAME 1.3.0 #64

Open lincoln6842 opened 2 years ago

lincoln6842 commented 2 years ago

image

The a-gui-button text not appearing, only shows this error above.

It only works on AFRAME 1.0.3.

AzimovS commented 1 year ago

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>

AzimovS commented 1 year ago

You can check this pull request #65