I wish I knew this sooner about lists in Unity

Опубликовано: 29 Сентябрь 2024
на канале: BLANKdev
311
18

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