Select your preferred scripting language. All code snippets will be displayed in this language.
History
Returns a text for a number of bytes.
// prints "100 bytes" print (EditorUtility.FormatBytes(100)); // prints "2.0 KB" print (EditorUtility.FormatBytes(2048));