Search Issue Tracker
Active
Votes
0
Found in [Package]
4.0.1
Issue ID
FBX-147
Regression
No
Building Android Player outputs warning "'TimelineClip.parentTrack' is obsolete"
[https://forum.unity.com/threads/fbx-exporter-timelineclip-parenttrack-is-obsolete.1102624/]
I'm using Unity 2019.4.20f1 and [FBX Exporter|https://docs.unity3d.com/Packages/com.unity.formats.fbx@4.0/manual/index.html] 4.0.1. Building an Android Player outputs the following warning, which seems to come with your FBX Exporter package:
Code (CSharp):
#
Library\PackageCache\com.unity.formats.fbx@4.0.1\Editor\IExportData.cs(156,34): warning CS0618: 'TimelineClip.parentTrack' [is|http://www.google.com/search?q=is+msdn.microsoft.com] obsolete: 'parentTrack is deprecated and will be removed in a future release.
#
Use GetParentTrack() and TimelineClipExtensions::MoveToTrack() or TimelineClipExtensions::TryMoveToTrack() instead.'
Please fix !https://forum.unity.com/threads/fbx-exporter-timelineclip-parenttrack-is-obsolete.1102624/styles/default/xenforo/clear.png!
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Add comment