Search Issue Tracker
Fixed in 1.2.4
Votes
0
Found in [Package]
1.0.0
Issue ID
1172707
Regression
Yes
Repaint is called every frame when Timeline window is opened and a Playable Director is added to a GameObject
How to reproduce:
1. Open the attached project ("PlayableDirectorPerformance")
2. Open the Profiler and enable the Profile Editor
3. In Profiler, select the Hierarchy preview
4. In Profiler search field type PanelUpdate and press record
5. In Scene Hierarchy select the "PD" GameObject and clear the Playable field
6. Observe the Profiler Hierarchy
Expected result: the activity callbacks do not change
Actual result: extra PanelUpdate callbacks can be seen
Reproducible with Unity versions: 2018.4.3f1, 2018.4.5f1, 2019.1.12f1, 2019.1.13f1, 2019.2.0b6, 2019.2.0f1, 2019.3.0a5, 2019.3.0a11
Not reproducible with Unity versions: 2017.4.31f1, 2018.4.2f1, 2019.1.11f1, 2019.2.0b5, 2019.3.0a4
Reproducible with package versions: 1.0.0, 1.1.0
----------------------------------------
QA: Here's an easier way to reproduce the bug.
Ensure that you are using internal mode in Unity. (Open the Unity About window (menu: Unity > About Unity...) and then type the word "internal". You should get a notification that says "Internal Mode On" (or "Internal Mode Off" if it was already on).
1) Create a new gameobject.
2) Open the timeline window.
3) Add a playable director to this new gameobject.
Result: The Timeline window is consistently repainted. This is show by the little colored dot at the top-left corner of the window. The colored dot changes color at each repaint. (See video)
Expected: The Timeline window should not be repainted. The colored dot should stay the same color.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 1.2.4):
Fixed in: 2018.4.13f1, 2019.2.11f1, 2019.3.0b8, 2020.1.0a11