When updating an orientation in quaternion form with an angular velocity, the process is as follows:
However, when I do this in Unity, an error occurs:
Operator '-'/'+' cannot be applied to operands of type 'Quaternion' and 'Quaternion'.
Are subtraction and addition operations not defined for quaternions?
(I'm not referring to anything about quaternion inverses which I already know)