c0d3n4m 发表于 2023-3-10 15:19

unity input system踩坑记录

一些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模拟

WindowAnalysisInput Debugger.
OptionsSimulate Touch from Mouse or Pen.
页: [1]
查看完整版本: unity input system踩坑记录