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
- Crash on block_locate_free when opening a specific project
- Crash on RaiseException when many polygon handles are drawn
- "Project connected" pop opens again after closing it
- Cloud Code Authoring logs "JsAssetHandler:OpenAsset (int,int) does not match any of [OnOpenAssetAttribute] expected signatures" when opening or switching scenes after Importing the Casual co-op Sample
- NullReferenceException is logged when Importing the Casual co-op Sample via the Multiplayer Center
Resolution Note (fix version 1.2.4):
Fixed in: 2018.4.13f1, 2019.2.11f1, 2019.3.0b8, 2020.1.0a11