clockwise Quaternion.Slerp

I’m rotating an object from 90° to 270° on Y axis using Quaternion.Slerp: by default it rotates anti-clockwise, and I’d like it to rotate clockwise… anyone knows how to accomplish this?

Perhaps rotating from 90º to 269.999º would do it.

Sweet! That works :stuck_out_tongue: !