简体   繁体   English

Unity InputSystem 问题:除非附加到复合材料,否则无法编辑绑定

[英]Unity InputSystem Issues: Cannot edit bindings unless attached to a composite

I'm probably being stupid (would not be the first time), but I for some reason cannot edit bindings in the InputSystems menu unless they are part of a composite control.我可能很愚蠢(不会是第一次),但出于某种原因,我无法在 InputSystems 菜单中编辑绑定,除非它们是复合控件的一部分。

I have no idea why and would like some help on solving the issue on my project.我不知道为什么,并且希望在解决我的项目问题方面得到一些帮助。

The following images have the menu on a composite bind and later on a singular bind.以下图像在复合绑定上具有菜单,稍后在单一绑定上具有菜单。

复合装订

奇异绑定

I found the issue, this is actually caused by InputSystems not recognizing the external application VJoy which is commonly used for emulation.我发现了这个问题,这实际上是由于 InputSystems 无法识别通常用于仿真的外部应用程序 VJoy 造成的。 I would recommend that unity fixes this, but outside of that my only solution is to completely uninstall the program and its drivers.我建议统一解决这个问题,但除此之外,我唯一的解决方案是完全卸载程序及其驱动程序。 Any unrecognized device will completely disable all binding edits in the editor.任何无法识别的设备都将完全禁用编辑器中的所有绑定编辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Unity 中的无人机 Controller:统一输入系统的运动问题 - Drone Controller in Unity: movement issues with the unity inputSystem Unity - InputSystem 错误:“无法为抽象 class InputControl 生成阅读器” - Unity - InputSystem error : "Cannot generate reader for abstract class InputControl" Unity InputSystem 值不断输出 0,除非它从执行事件中读取 - Unity InputSystem value constantly outputs 0 unless its read from a perform event InvalidOperationException:无法从复合“UnityEngine.InputSystem.Composites.Vector2Composite”中读取“Vector2”类型的值 - InvalidOperationException: Cannot read value of type 'Vector2' from composite 'UnityEngine.InputSystem.Composites.Vector2Composite' 模拟 Unity InputSystem 鼠标事件 - Simulate Unity InputSystem mouse events Unity(新)InputSystem 确实响应鼠标点击 - Unity (new) InputSystem does respond to mouse clicks Unity c# 中的操作图的定义变量出错(使用输入系统) - Error with a defined variable for an actionmap in Unity c# (using the InputSystem) Unity 2D平台游戏Dashing使用inputSystem - Unity 2D platform game Dashing using inputSystem Unity 无法在脚本中编辑着色器属性 - Unity cannot edit shader property in script 添加“ref”后,带有附加脚本的 Unity 按钮无法检测到 function - Unity button with attached script cannot detect function after adding "ref"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM