Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2019.1
Issue ID
1137266
Regression
No
Notifications with Retroactive flag are triggered when the timeline loops
1) Create a timeline
2) Add a signal track bound to a gameobject
3) Add a signal Emitter, create a new signal and a new signal receiver
4) Set the Unity Event to Editor and Runtime, set the function to SendMessage
5) Set the PlayableDirector to Loop
6) Play the timeline
Result: The signal is emitted two times during a loop, once when the playhead passes the signal (correct) and again when the timeline begins a loop (incorrect).
Expected: The signal should not be emitted when the timeline begins another loop
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Add comment