Search Issue Tracker
Fixed
Fixed in 1.9.2
Votes
0
Found in [Package]
1.8.0
Issue ID
UVSB-2499
Regression
No
The second input device controls both inputs when functionality is created using Visual Scripting Graph
Reproduction steps:
1. Open the attached “Input System bug.zip“ project
2. Open the “SampleScene” scene
3. Enter Play mode and click on the Game window to generate the “Player(Clone)“ GameObject
4. Connect the Controller and press down on its left stick to generate the second “Player(Clone)“ GameObject
5. Move the left stick to the sides and observe the Device name of the Player Input Component and Move coordinates of the Variables Component of both “Player(Clone)“ GameObjects
Expected result: Move coordinates are controlled by a device that is specified in Player Input Component
Actual result: Move coordinates of both “Player(Clone)“ GameObjects are only controlled by the second connected device
Reproducible with: 1.8.0 (2021.3.27f1, 2022.3.3f1, 2023.1.1f1, 2023.2.0a20)
Couldn’t test with: 1.7.8 (2023.1.0a23), 1.8.0-pre.1 (2023.1.0a23) (Missing scripts)
Reproduced on: macOS Ventura 13.3.1 (Intel), Windows 11 (by the reporter)
Notes:
- The user noted that the issue is not reproducible in the embedded graph
- Could not test in Player due to being unable to log the Device name and Move coordinates together to distinguish which Input is being controlled
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment