How to set selectionsin the Editor from an EditorScript:
Selection.activeObject = myAudioClip; //single Object Selection.objects = new Object[3] {obj1, obj2, obj3}; //multiple objects
How to set selectionsin the Editor from an EditorScript:
Selection.activeObject = myAudioClip; //single Object Selection.objects = new Object[3] {obj1, obj2, obj3}; //multiple objects