At first I want to Hide/Show all objects that have a specific word in their name.
But then I want to be able to Hide/show only the object containing the specific word that is currently showing:
Exemple:
I have 3 objects on the scene, collection 2 is selected so I have:
• Ball1 (hidden)
• Ball2 (showing)
• Ball3 (hidden)
I want to be able memorise which ball is currently showing, then hide it by clicking on a HTLM button, then show it by clicking again.
Then I select collection 3 and I have:
• Ball1 (hidden)
• Ball2 (hidden)
• Ball3 (showing)
So when I click on the HTML button, I want to hide/show Ball3
I hope that make sense.
Cheers, thanks for your help!