Using Assertions in Unity
So Unity comes packed with a great assertion API, and I plan on telling you all about why you should be using it.
For those that are unclear on what an assertion is, in programming assertions are used to say; at this point in my code I want this statement to…