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 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 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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Add comment