how to check for a multiple in unity code example Example: unity check if number is multiple of x if (number % 3 == 0) { // The number is a multiple of three }