Akira

  • I am using the Unity plugin ver.0039.

    When I call UH.readGyro() function from my code, it is returning Acceleration values, not gyro values.

    I think it is because the return statement in readGyro() says
    return UHAccel;
    in the UH.cs line 363. It should be
    return UHGyro;

  • I am using the Unity plugin ver.0039.

    When I call UH.readGyro() function from my code, it is returning Acceleration values, not gyro values.

    I think it is because the return statement in readGyro() says
    return UHAccel;
    in the UH.cs line 363. It should be
    return UHGyro;