Search Issue Tracker
Fixed in 1.2.10
Votes
0
Found in [Package]
1.2.4
Issue ID
1202853
Regression
Yes
Object selector (binding) on a track do not show the bound object
1) Create a new gameObject
2) Open the timeline window (Window->Sequencing -> timeline)
3) In the timeline window, click on Create
4) Click on the + button and add an Animation track
3) Drag an object from the scene to the track's object selector
Result: The track object selector shows None even though the object is bound (check in the PlayableDirector component to to see the object bound to the track)
Expected: The track object selector should be assigned to the object being dragged.
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 PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note (fix version 1.2.10):
Fixed in PR https://github.cds.internal.unity3d.com/unity/com.unity.timeline/pull/122