美文网首页
unity input system踩坑记录

unity input system踩坑记录

作者: taiyosen | 来源:发表于2023-03-08 23:57 被阅读0次

    一些tutorial

    Input System Tutorials: https://gamedev-resources.com/tutorials-2/new-input-system-tutorials/

    EnhancedTouch不能和InputAction一起使用

    Enhanced touch support cannot be used in combination with InputActions though both can be used side-by-side.

    https://docs.unity3d.com/Packages/com.unity.inputsystem@1.5/api/UnityEngine.InputSystem.EnhancedTouch.EnhancedTouchSupport.html

    启用Touch模拟

    Window ▸ Analysis ▸ Input Debugger.
    Options ▸ Simulate Touch from Mouse or Pen.

    相关文章

      网友评论

          本文标题:unity input system踩坑记录

          本文链接:https://www.haomeiwen.com/subject/firoldtx.html