|
How do I enable / disable child gameobjects? I don't want to turn the mesh renderer off. Neither do I want to destroy the gameobjects. I just want to disable them.
(comments are locked)
|
|
Set the .active member to false for each one. Code in the script reference
(comments are locked)
|
