unity check if int is even code example Example: unity check if int is even bool isEven = someInteger % 2 == 0;