- Home /
Box Selecting Top-Level Transforms Only
I have some objects in my scene with a few objects parented underneath them. I made a script so that when you select one, it goes and selects the top level object. However, when box selecting, it selects all the objects. This is on Instances of a Prefab. If I drag the Prefab itself into the scene (without instantiating it, drag and drop) I box select and it only selects the top object.
How can I get this functionality on the Instances of said prefab?
Comment