Unity uses a left-handed coordinate system. According to the official tutorials, you use your left hand to determine the direction of cross(a, b). However, if you calculate it directly using the formula, the result appears to be the same as what you get in a right-handed coordinate system. For example, (1,0,0) × (0,1,0) always equals (0,0,1), no matter which coordinate system you are in.