FBX Exporter: 'TimelineClip.parentTrack' is obsolete

I’m using Unity 2019.4.20f1 and FBX Exporter 4.0.1. Building an Android Player outputs the following warning, which seems to come with your FBX Exporter package:

Library\PackageCache\com.unity.formats.fbx@4.0.1\Editor\IExportData.cs(156,34): warning CS0618: 'TimelineClip.parentTrack' is obsolete: 'parentTrack is deprecated and will be removed in a future release.
Use GetParentTrack() and TimelineClipExtensions::MoveToTrack() or TimelineClipExtensions::TryMoveToTrack() instead.'

Please fix :slight_smile:

Thanks Peter, I’ve logged this as Unity Issue Tracker - Building Android Player outputs warning "'TimelineClip.parentTrack' is obsolete".

1 Like

Thank you!