Make sure the player GameObject is assigned to the StartConversation track. This way it will be used as the conversation actor and will receive the OnConversationStart() and OnConversationEnd() events.
I disabled the Timeline Manager and when I reenabled it It went from the generic "Conversation Track" to "None" like it was expecting a gameobject. I was then able to add a game object and it automatically had the conversant. I was able to replicate this a few times because it kept switching back to "Conversation Track".
For now, it's keeping the gameobject set on the conversation track. The problem is that it is now using the default UI and ignoring the UI I have set here:
Do I need to set the UI for every actor or something?
That sounds like a bug in Timeline. Make sure you're using the latest version of the Timeline package.
You don't need to set the UI for every actor, and don't even know how you'd do that except by adding an Override Dialogue UI component.
Unless you're explicitly overriding the dialogue UI, it should use the dialogue UI assigned to the Dialogue Manager's Display Settings > Dialogue UI field.
Some ways the dialogue UI might be overridden:
Using the wrong Dialogue Manager GameObject. If you're coming in from a scene with a non-customized copy of the Dialogue Manager, it will survive scene changes and replace your customized Dialogue Manager. Make sure the first Dialogue Manager in play is the correct one.
Adding an Override Dialogue UI or Override Display Settings component to either primary participant.
Adding a Dialogue Actor to any actor in the conversation and assigning a non-default subtitle panel. This will only affect the display of subtitles for that actor.
I triple checked everything and none of those things should be occurring.
I DID notice that I now get an error when I hit continue now.
I'm guessing this has something to do with it.
The playable director is enabled and stays enabled through the playable Timeline.
I removed my playable director and created a brand new one and im still getting this error.