- Home /
Hide/show multiple 3d models at once ,Hide/Show Multiple 3D Models at once
How do i hide/show multiple 3d models at once from a single button click. i want to hide all of them from a single button click and then show them all from another button click
public void Disable() { model.SetActive(false); }
i know this code works for 1 model. so how do i use it to hide multiple models at once ,How do i hide multiple 3d models at once in a scene on a button click. i know this code works for 1 model, so how do i apply it to 4 models in a single code
public void Disable() { model.SetActive(false); }
Your answer
Follow this Question
Related Questions
Hide GUI Text when button is pressed 1 Answer
one button to hide and unihed gameobjects 0 Answers
Show/hide GUI texture 2 Answers
hide show canvas and ui elements at start 1 Answer
hide and show node for turret places 1 Answer