Search Issue Tracker
Fixed
Fixed in 2020.3.45f1, 2021.3.16f1, 2022.1.22f1, 2022.2.0b14, 2023.1.0a9
Votes
0
Found in
2020.3.37f1
2021.3.6f1
2022.2.0b2
2023.1.0a1
Issue ID
UUM-10037
Regression
No
Enlighten RTGI ticks indefinitely after the emissive color of a renderer has been updated via animation
When animating the the emissive color of a renderer influencing RTGI, enlighten updates are scheduled every single frame, indefinitely, even after the animation has concluded.
This is caused by the animation system setting the emissive color each frame, which in turn ticks enlighten each frame. A proposed fix is to add a check for if the emissive color being setting is different from the one already present. This kind of change-check already exists for other kinds of animatable properties.
Repro:
* Open sample scene
* Enter playmode
* Observe that the emissive cube changes color via animation
* Wait till the animation has finished
* Open the built in profiler and navigate to the Realtime GI section/module, select it
* Observe in the bottom view that pending material updates is not 0, as material updates are getting constantly scheduled.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment