Search Issue Tracker
By Design
Votes
2
Found in [Package]
1.3.0
Issue ID
ISXB-123
Regression
No
[Input System] Events from non-default Action Maps are invoked when UI Toolkit elements are added to the Scene
Reproduction steps:
1. Open the attached "1388797.zip" project
2. Open the "New Scene" Scene
3. Enter the Play mode
4. Left-click on the Scene view window
5. See that three "player event" messages are displayed in the Console
6. Enable the "UI" GameObject
7. Left-click on the Scene view window
8. Observe the Console
Expected result: Three "player event" messages are displayed
Actual result: Three "player event" messages and three "UI scheme event that should not be sent" warnings are displayed
Reproducible with: 1.2.0, 1.3.0 (2020.3.34f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a11)
Could not test with: 1.2.0, 1.3.0 (2019.4.38f1) (UI Toolkit unavailable)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Resolution Note:
When UI module is active, relevant actions are also active, which is by design. Correct way is to only have character controls or UI controls active at a same time and never both.