I imported a model with metadata into my Unity project.
The goal is to display the data in a UI.
I'm having trouble how to get hold of te Name and Value text in the metadata script? The script seems not to be not accessible. Do i need to add a libralary to get acces?
Hope someone can help me. out.
Best Answer
N
Nicolas Marcadet
said
over 1 year ago
Hello Volkert,
You can check the documentation for more information on how to use the Metadata component.
Don't forget to import the references with:
using PiXYZ.Import;
Best,
Nicolas
1 Comment
Nicolas Marcadet
said
over 1 year ago
Answer
Hello Volkert,
You can check the documentation for more information on how to use the Metadata component.
Volkert de Jong
Hi,
I imported a model with metadata into my Unity project.
The goal is to display the data in a UI.
I'm having trouble how to get hold of te Name and Value text in the metadata script? The script seems not to be not accessible. Do i need to add a libralary to get acces?
Hope someone can help me. out.
Hello Volkert,
You can check the documentation for more information on how to use the Metadata component.
Don't forget to import the references with:
using PiXYZ.Import;
Best,
Nicolas
Nicolas Marcadet
Hello Volkert,
You can check the documentation for more information on how to use the Metadata component.
Don't forget to import the references with:
using PiXYZ.Import;
Best,
Nicolas
1 person likes this