"Disable" will change the hierarchy?

A B C,3 entities.
B & C are child of A.

Now I wanna oprate B to invisible in timerX,then re-visible in timerY.
When I add “Disabled” component by ECB in job,B’s “Parent” value is nolonger A?

Is there a better way to shut the entity’s render?

DisableRender or DisableRendering component. One should be right.

2 Likes

work. Thanks.

1 Like