karasusan / OpenVDBForUnity

Unity plugins for OpenVDB
MIT License
261 stars 41 forks source link

Identifier uniqueness violation #13

Open tjholleran opened 5 years ago

tjholleran commented 5 years ago

Hi K,

I am successfully using the awesomeness in a test unity project ... awesome stuff ... and thank you. However, I am having issue with the asset importer. I get the following warning, which results in failure to relink the sub components of the asset when someone else tries to use the scene. They get an empty asset (no material, VDBDesc, etc.). Ultimately, they need to re-import for each case.

Identifier uniqueness violation: 'cloud_ring_02B'. Scripted Importers do not guarantee that subsequent imports of this asset will properly re-link to these targets.

Thanks for help in advance, TJ