Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
903913
Regression
No
[API] OnPlayStateChanged is not called in Playmode when clicking on the next frame button
On a playable, the method OnPlayStateChanged is called when the PlayableGraph changes its play state. For example, when clicking play on the timeline, OnPlayStateChanged will be called on each playable on the playable graph.
In some cases, OnPlayStateChanged is not called.
1- Import the attached package.
2- Go in Play mode
3- Press Pause in the Timeline Window. (See that in the console, the Play state change is now in Pause: OnPlayStateChanged: Paused)
4- Press in the Timeline Window: Next Frame.
Bug: See that the OnPlayStateChanged is now stuck in Playing mode
Expected: Should have have a subsequent OnPlayStateChanged call to Paused.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment