Some util C# snippets of code
Fancy a few handy code snippets for your .NET/Unity project? ;)
In lots of my projects, I reuse some basic utilities over and over again: picking an item from a collection at random, initializing an array with all the ints up to a given number, shuffling a list…

So I’ve prepared a little list of handy snippets that I can quickly copy and paste…