SetActiveRecursively(true);

hi …
just to know
i use on .js
myfolder.SetActiveRecursively(true);

how can i use on .cs

i am changing my brain chip from .js to .cs
thanks for any help

I assume myfolder is a GameObject in your example. If that’s the case, take a look at the GameObject.SetActive documentation, which contains a C# example.

PS: SetActiveRecursively is deprecated and SetActive is the new(er) API.