Timeline - Documentation now available

Hi everyone
The much anticipated Timeline documentation is now online!
Visit docs.unity3d.com to see it.

7 Likes

Thank you! I must say I like the structuring, very clear and easy to find information.

I hope there will also be workflow focused or tutorial-like docs about the scripting side of custom playables. I’ve seen the DefaultPlayables from the Asset Store and some other examples, but it would be nice to have some walkthroughs for common things.

Two examples I’d like to find in the docs (I might be asking these questions in separate threads to not spam this one):

  • Is it possible to retrieve the TrackBinding (or so called ‘playerData’) object from within other scripts outside of the typical MixerBehaviour? E.g. when writing a custom property drawer for the PlayableBehaviour, I’d like to retrieve the referenced object in the scene.
  • Do I have to override GatherProperties or is it optional? When is it usually used? Nothing apparently breaks, when I remove the provided boilerplate code.

Hello Xarbrough, thanks for the compliment. My aim with the first drop of the Timeline docs was to make it easy to find information.

Have you checked out the Playables API docs? I don’t know if this will answer your questions. I haven’t tried scripting yet. The Timeline section is purposely focused towards non-scripting methods of creating cut-scenes and other game-play sequences.

1 Like

I’m sorry. This documentation is woefully inadequate.

You have five basic types of tracks, and you don’t even mention what each track type does. That seems like pretty core information…

I have to agree, considering this was the headline feature of 2017 I expected…more.

Can we please make the issue that is STILL going on for most users here: I love animating with the timeline, but. . . - Unity Engine - Unity Discussions

actually be documented well so people know what to look out for?

really silly that this stuff is still tripping people up when there has been official docs since august last year.

Is there any way to mute the whole GroupTrack?
The muted properties for the GroupTrack doesn’t work when the GroupTrack has children.
And the muted icon doesn’t show up in the timeline editor

Hi all,

I’m having quite a hard time finding documentation/samples/tutorials about some specific features of the Timeline; can you guys help me ? What I’m looking for is:

  • How to use Control Tracks (both from a developper or a designer/animator point of view) ? The timeline section of the Unity Manual doesn’t really speak about it… Of course there is the Scripting Api , but it doesn’t provide examples or how-to’s…
  • Some sripting tutorials or exemples about writing custom Playables (using the PlayableBehaviour/PlayableClip/PlayableMixerBehaviour/PlayableTrack system). Again, the Scripting Api is a good source of info about those, but it lacks complete examples, or how-to’s…

Ideally I’m looking for video tutorials or downloadable projects, but written tutorials would also be great !

Thanks in advance for your help !

@remiC3D The only thing I will say in this thread is that Timeline Documentation is currently being worked on and the Control Tracks will be covered. There won’t be a tutorial or video, but the manual should be explicit enough to get you going. I’ll go into more details in the other thread where you asked.

And, for everyone wondering where the API Docs are for 2019.1: API Docs for 2019.1 Moved