assimp-unity
assimp-unity copied to clipboard
BIM Metadata
Any support for BIM meta data?
Usually BIM ifc or BIM converted to FBX has some sort of metadata. Is any to retrive that and add to each object in the scene.
Each scene and hierarchy node have a Metadata object (a dictionary accessible with the Metadata property)
I converted ifc to fbx then loaded it in my scene with the sample code from here https://github.com/intelligide/assimp-unity/blob/master/TestProjects/Assimp_URP_Tests/Assets/Scripts/LoadAssimpScene.cs
The meshes where not in any hierarchy and could not see any metadata.