You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Some components in GLB files generated by Spoke aren't imported:
box-collider (should map to Ammo Shape, I think)
spawn-point (maps to Waypoint with canBeSpawnPoint enabled).
mirror (not currently supported by the add-on)
Aside from that, the Spoke specific component definitionss (of which background is also one, but it is currently supported) should be in their own subfolder.
To Reproduce
Steps to reproduce the behavior:
Open Spoke.
Create a new project and add the unsupported elements/settings (or open a scene with them).
Export it as a GLB (File -> Export as binary glTF (.glb)...).
Import it into Blender.
Observe that the components aren't recognized.
Expected behavior
The components should be imported.
In reference to the importer: Add support for importing Hubs components from glTF files #63
Description
Some components in GLB files generated by Spoke aren't imported:
canBeSpawnPoint
enabled).Aside from that, the Spoke specific component definitionss (of which background is also one, but it is currently supported) should be in their own subfolder.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The components should be imported.
Additional context
Related issue: #124
The text was updated successfully, but these errors were encountered: