How to reproduce:
1. Open the user-attached project “Bug - PlayableGraph Unpause in Edit Mode”
2. Open the scene “SampleScene”
3. Select the GameObject “Cube” in the Hierarchy
4. In the Inspector, under the Script “New Behaviour Script” click Play and then Stop
5. Observe the first logged message with the “DeltaTime” in the Console
Expected result: “DeltaTime” value is smaller than 0.1
Actual result: “DeltaTime” value is 0.333 and is equal to Time.maximumDeltaTime
Reproducible with: 2020.3.45f1, 2021.3.21f1, 2022.2.12f1, 2023.1.0b8, 2023.2.0a7
Reproducible on: Windows 11 Pro
Note: Not reproducible in the Player and Play Mode