Uniwii Sensitivity Problem

Hi there may be a long shot this one but does anybody have any experience using Uniwii? I've got the Infra-red set up for head tracking in an FPS but it's far too sensitive and moves the main camera at a stupidly high rate. Does anyone know what variables to change to slow it down?? Any input would be greatly appreciated, thanks, Will.

There are a sensitivityY and sensitivityX variables in the MouseLook function. All the uniwii functions are declared here also. Good luck.

PS: below are the values I use. They may seem ridiculously low, but you should experiment with the numbers to see what works for you.

public float sensitivityX = 0.001F; public float sensitivityY = 0.0001F; Find these numbers in your script and edit them.