Steps to reproduce:
1. Create new Unity project
2. Open Package Manager window
3. In “In Project” find and select “AI Navigation” package
4. Select “Samples” tab
5. Import “Build And Connect NavMesh Surfaces” Sample
6. Once imported, open “1_multiple_agent_sizes.unity” Scene (Assets > Samples > AI Navigation > 2.0.9 > Build And Connect NavMesh Surfaces > Scenes)
7. Enter Play Mode
8. Observe the Console window
Actual results: “InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings.
Unity.AI.Navigation.Samples.ClickToMove.Update () (at Assets/Samples/AI Navigation/2.0.9/Build And Connect NavMesh Surfaces/Scripts/ClickToMove.cs:22)” warnings are spammed in the Console window
Expected results: No warnings spammed in the Console window, Sample should use new Input system
Reproducible with versions: 6000.0.65f1, 6000.2.15f1, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Tested on (OS): Ubuntu 24.04, macOS Tagoe 26.1 (M1)