Gyro Control! How to Extend Unity Input System

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 5

  • @おさとう-i1y
    @おさとう-i1y 2 ปีที่แล้ว +6

    ものすごい良い声で何でも聴きたくなる

    • @おさとう-i1y
      @おさとう-i1y ปีที่แล้ว +3

      @Wolfcrafter321's OFF Channel インプットシステムのジャイロ入力の話何にも覚えてないけど声は大好き

  • @rrisland21
    @rrisland21 ปีที่แล้ว +1

    以前OSCの動画で出たM5StickC Plusに6軸センサーがあるらしいので、これを機に買ってみようと思います

  • @skastraxraderas002
    @skastraxraderas002 8 หลายเดือนก่อน +2

    Hi, Thanks for the video.
    I have a ps5 controller and I used your code and changed a few things and it works!
    This is what I changed:
    ""name"": ""DualShock4GamepadHIDCustom"",
    ""extend"": ""DualSenseGamepadHID"",
    ""name"":""gyro"", ""format"":""VC3S"", ""offset"":16,
    ""name"":""accel"", ""format"":""VC3S"", ""offset"":22,
    How do you know the numbers? I just tested a lot.
    I think Ps5 has Magnetometer. Do you think it's possible to get the values for it, and how?