does anyone know a script to alphabetize game objects in unity?
i’m using javascript. my searches haven’t found me anything other than a post using linQ.
Did you search for ‘array sort’?
Make a class that implements IComparer and pass its Compare function to a List.Sort method.