Array.Sort() - JS only???!
Hello
Been looking at solutions for sorting an array by an object property. Other than Linq, the general solution seems to be using Array.Sort() which apparently lives in the System namespace, yet the Unity documentation states that it is only available in Javascript, and "C# does not use this feature".
Why??
Comment