Search Issue Tracker
Fixed
Fixed in 2023.3.0b5
Votes
0
Found in
2021.3.29f1
2022.3.8f1
2023.1.11f1
2023.2.0b7
2023.3.0a3
Issue ID
UUM-49593
Regression
No
”FrameData.frameId” is not consecutively incremented when manually evaluating a PlayableGraph
How to reproduce:
1. Open the user’s attached project “Repro.zip”
2. Open “Sample” Scene
3. Enter Play Mode
4. Observe the Console
Expected results: “frameId - lastFrameId = 1” is logged
Actual results: “frameId - lastFrameId = 2” is logged
Reproducible with: 2021.3.29f1, 2022.3.8f1, 2023.1.11f1, 2023.2.0b7, 2023.3.0a3
Reproducible on: macOS 13.5.2 (Intel), macOS 13.4.1 Ventura, Windows 10 22H2
Not reproducible on: No other environment tested
Notes:
- frameId is incremented by 2 for every call to “Playable.PrepareFrame”
- reproducible in the Editor and Standalone Player
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment