I fail to see how Unity’s new pool interface makes anything easier, to me, it makes everything even worse because now we have our classes dealing with methods they shouldn’t deal with.
Can someone please elaborate a little bit more on how this is more useful or easier than creating my own pooling class? I would be writing the exact same methods, I honestly don’t see the point.