If you have ever tried to debug a list in Unity, so you can see its contents, you will know how annoying it can be when it doesn't show you it!
Let's fix that today with C# Extension Methods to add a BuildString method to any list or array so we can debug what we really wanted instead.
More unity devlogs and tutorials: / blankdev