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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
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.