aframe-gui icon indicating copy to clipboard operation
aframe-gui copied to clipboard

Text not appearing on AFRAME 1.3.0

Open lincoln6842 opened this issue 3 years ago • 2 comments

image

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

It only works on AFRAME 1.0.3.

lincoln6842 avatar Apr 07 '22 04:04 lincoln6842

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 avatar Jul 31 '23 10:07 AzimovS

You can check this pull request #65

AzimovS avatar Aug 02 '23 03:08 AzimovS