Hi,
I’m instantiating entity from prefab that has quite a few child nodes so on parent node of this entity prefab I have LinkedEntityGroup containing all nodes.
When I add Disabled component to my root node I would expect that it would be also set on all entities in group but it’s not being set.
When I tried to go through all entities in this group manually and added Disabled to it that worked.
Should root of LinkedEntityGroup propagate Disabled component to others from this group?
Any ideas how to solve this?
I will be thankful for any input.