Use the DefaultApi.GetHeartsAsync() API to get the model list without license information #98
-
Hello, I would like to ask you, I added this model to Heart, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This model is the VRM1.0 model. |
Beta Was this translation helpful? Give feedback.
This model is the VRM1.0 model.
For VRM1.0 models, CharacterModel.license is not provided.
Use the vrm_meta field instead.
We implemented how to handle vrm_meta in CharacterModelDetailRenderer.
I hope this helps you.