readGyro() function returns wrong values

Recent Topics Forums Development readGyro() function returns wrong values

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333
    Akira
    Participant

      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;

      • This topic was modified 1 year, 3 months ago by H2L.
      #335
      H2L
      Keymaster

        @Akira

        Thank you for the reminder, we checked the plugin and updated the download link.

        Sorry for the trouble, we shall pay closer attention.

        UnlimitedHand team.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.