Simple Random Permutations script for C#/Unity
This class returns a list of int. The list is the length of the size specified. It will contain from 0 to the size specified not inclusive, in a random order. For example, size 4 will contain, 0 1 2 3, in a random order.