Unity-Technologies / InputSystem

An efficient and versatile input system for Unity.
Other
1.42k stars 306 forks source link

NEW: Added tests for Input Action Editor UI for managing action maps (ISX-2087) #1977

Closed bmalrat closed 1 month ago

bmalrat commented 1 month ago

Description

Added UI Toolkits test for the Input Action Editor. https://jira.unity3d.com/browse/ISX-2087 It tests list, creation, rename and delete.

Changes made

Fixed Action Maps name edition which could be inconsistent in Input Action Editor UI. The time used used was not the editor one and the UI was destroyed and recreated on each change.

Testing

local test on windows + CI

Risk

limited to Input Action Editor UI.

Checklist

Before review:

During merge:

After merge: