Hi, I am working on proof of concept and i want to fetch kaggle data and display it in unity 3d and use VR (Quest 2 ) to interact with that and export all this in WEBXR so i came to know about the needle engine, I have fetched the data but stuck in assigning that data to text mesh pro or any 3D text component can anyone help me sorting this out .
Thanks
Original Post on Discord
by user 659776053543305216
@Marcel_Wiessler1 
by user 659776053543305216
Hi, TextMeshPro runtime changes are not supported in the current version (should be soon tho). Only the legacy Text component is supported right now (set the text
property on it to update)
can i get a sample snippet .Thanks
by user 659776053543305216
Have you looked at the samples? Needle Engine Samples
Thanks Marcel !
by user 659776053543305216
for the legacy text, is any font supported or only those in fonts sample?
by user 263967078346653697
Any font that you can assign in unity should work