Instancing children entities

Hello hello!

I’m trying to instantiate an entity that holds several children in Stride. The parent object instantiates just fine, but the same is not happening for the children. Is this the supposed behaviour? Shall I apply an InstancingSpreadComponent to each child entity as well?

thanks

Instancing Children.vl (23.3 KB)

Yes, the instancing only applies to the model of the connected entity. It doesn’t have any knowledge of parents or children.

Ok! Thank you

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.