Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/MainMenu“ scene
3. Enter Play Mode
4. Observe the Console window
Expected result: No errors are thrown in the Console window
Actual result: “Cannot find default control scheme 'Mouse' in 'ControlCenter (UnityEngine.InputSystem.InputActionAsset)'“ error is thrown in the Console window
Reproducible with: 1.6.3(2021.3.29f1, 2022.3.8f1, 2023.2.0b6), 1.7.0(2021.3.36f1, 2022.3.21f1, 2023.2.16f1, 6000.0.0b12), 1.8.1(2022.3.21f1, 2023.2.16f1, 6000.0.0b13)
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
Note: Disabling and re-enabling the “Player Input“ Component on the “EventSystem“ GameObject fixes the issue, the error is no longer thrown when entering Play Mode