Hello! I’m trying to generate some complex objects proceduraly with hierarchical instance meshes to save drawcalls.
However, when using instance meshes, i don’t get the same transform percision as with regular static mesh components.
Shown in the attached images is a small demonstration script made in a fresh scene, just to demonstrate the issue.
When distributing a “pizza slice” mesh radially arround an origo using the Instance Static Mesh Component, the outer edges of the slices do not align properly.
However, using the exact same mesh and algorithm, but with the regular Static Mesh Component, everything aligns perfectly.
Has anyone else experienced this ? is there a way to fix it? Also open to hacky workarround solutions to mitigate the issue.
Any help to understand this issue at all would be greatly appreciated!