Search Issue Tracker
By Design
Votes
0
Found in
2019.1
2019.1.6f1
2019.2
2019.3.0a1
Issue ID
1162409
Regression
No
[TrailRenderer] Boolean properties are not animated when 'Optimize Game Objects' enabled in FBX Model
How to reproduce:
1. Open the attached 'Optimized FBX interfere with Timeline Animation Track.zip' project
2. Play 'SampleScene'
3. Observe both models
Expected result: Both models are animated the same
Actual result: Boolean properties are not animated in optimized FBX model
Reproducible: 2019.1.8f1, 2019.2.0b7, 2019.3.0a7
Can't reproduce:
- 2019.1.0a1, 2019.2.0a1, because of NullReferenceException error and optimized object is not moving
- 2017.4.29f1, 2018.4.3f1, because can't assign Timeline asset to GO Playable Director component
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
The animation paths were incorrect. Looks like they may have changed due to duplicating the objects.
E.G TrailRenderer (1) was now TrailRenderer (2).
The paths must match in order to animate correctly.