Closed aurbinaUCF closed 7 years ago
Which version of aframe are you bundling? I had the same issue when using aframe-v0.5.0.min.js
- see here.
@aurbinaUCF are you using aframe 0.5?
you can use built-in text component which uses value
: text={{value: 'HELLO WORLD'}}
Yes sorry, Ive been busy. I am using 0.5.0, the problem ended up being that the opacity for some reason was defaulted to 0.
I am having the same issue and have played with opacity. Currently using 0.7.1
Hello, Im trying to put some text on my aframe-react project but the following:
<Entity bmfont-text={{text: 'HELLO WORLD'}} position="{[0, 1, -5]}"/>
Does nothing... I have the components imported as necessary and I dont receive any errors.. it just does not render. I have also tried this with the standard text-component as part of kframe. Same result.