Closed luizcarlosfx closed 6 years ago
I need to use unity ignore flags so that some itens won't show in the hierarchy. Is there a way to do it?
Inside HierarchyItemTransform.BindTo function, you can call gameObject.SetActive(false) to hide that item's bound transform from hierarchy.
I need to use unity ignore flags so that some itens won't show in the hierarchy. Is there a way to do it?