Search Issue Tracker
Fixed in 6.6.0
Votes
0
Found in [Package]
3.9.0-preview
Issue ID
1124635
Regression
No
[HDRP][3.9.0-preview] Light Brightness animation in timeline works in editor but not in player.
1. What happened
HDRP Light brighness is being animated correctly in editor but not when played in player.
2. How we can reproduce it using the example you attached
1 - Add a Light in a scene
2 - Create a timeline that references this light in an animation track
3- Go into record mode and add keys for the brighness using the inspector, make brighness vary.
4- Play in Editor: Light is animated correctly
5- Make a build of a player (ex: PC), then play: Light does not animate.
Notes:
The timeline seems to access the member displayLightIntensity which does not update the light component, the correct use was to use the accessor intensity which performs the light update. (btw this stored value is part of a set of members that should be private serialized instead of public)
There seems to be a workaround to force the update of the light but it is enclosed in #ifdef UNITY_EDITOR so this behavior seems expectted, yet wrong.
TimelineLightB
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment