- Home /
Destroy All Objects In The Scene???
How do i destroy all the objects in the scene, all at once?
Comment
Store all your objects in arrays, then read thru the arrays and destroy the stored objects. Or search the scene for tags/names and destroy results.
Best Answer
Answer by Anusha · Sep 03, 2012 at 07:14 AM
parent all ur objects to 1 gameobject[ say kill_all]. then use Destroy ("kill_all");
there is also DestroyImmediate() function but be carefull in using it...
Your answer
Follow this Question
Related Questions
objects not reappearing 2 Answers
Destroy all objects in the scene? 0 Answers
if 20 objects are destroyed... 1 Answer
i can't get al the opjects in my scene view.. 1 Answer
[Solved]Game Objects Visible in Game tab but not on Scene tab 3 Answers