Unity-Technologies / InputSystem

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

FIX: Error thrown when Cancelling Control Scheme creation in Input actions Editor (ISXB-892) #1939

Closed bmalrat closed 3 months ago

bmalrat commented 3 months ago

Description

Fixed error thrown when Cancelling Control Scheme creation in Input actions Editor ISXB-892

Changes made

Added a check in ControlSchemeCommands::ResetSelectedControlScheme() to ensure that we are not searching for a non existing scheme when deleted.

Checklist

Before review:

During merge:

Pauliusd01 commented 3 months ago

Reran failed tests, will merge/verify bug on Jira once those pass