- Home /
Question by
soft_sound · Feb 13, 2015 at 07:46 PM ·
editor-scriptingselectionping
Ping multiple objects?
So I know you can select multiple objects in the hierachy.
Selection.gameObjects();
And I know how to highlight one object.
EditorGUIUtility.PingObject(j.gameObject);
But how do I highlight multiple objects?
I tried to loop through an array but it only highlighted the last object in it.
If Unity can multi-select, I would think it would be able to multi-highlight as it is using the same styling in the hierarchy...
Comment
Your answer

Follow this Question
Related Questions
Editor. Ignore selection some gameObjects 1 Answer
Cannot set Selection.activeObject (no errors, no clues) 0 Answers
Customizing Editor Interface 1 Answer
"add selected" editor script 1 Answer