Reproduction steps:
1. Open the attached “Test Project” Project
2. Open “SampleScene” Scene
3. Open Window > Analysis > Profiler Window
4. Enabled the “Deep Profile” option
5. Enter the Play Mode
6. In the Profiler window click any frame in the “CPU Usage” category
7. Observe the “Hierarchy” tab
Expected result: The “Hierarchy” tab shows all tasks
Actual result: The “Hierarchy” tab shows only the “PreUpdate.NewInputUpdate” task
Reproducible with: 2023.1.0b8
Reproducible on: Windows 10
Notes:
- I was not able to reproduce this issue
- When disabling “InputSystem” GO the issue no longer appears