Before You Report
What platform are you playing on?
Windows 11
Bug Description
In the Update call of the Backdrop class the visibility is set instantly to IsVisible(level) unless transitioning from one room to another.
This is also used to calculate visibleFade inCustomWindSnow and since the Visible field handles if the Backdrop is rendered at all this will effectly make visible fade not work when IsVisible returns false.
A potential fix for this would be to add Visible = visibleFade > 0f; right after the visibleFade is updated.
See steps to reproduce to see differences when fix is applied with exaggerated fade time.
Steps to Reproduce
bugged.webm
fixed.webm
Log Output
No response
Before You Report
What platform are you playing on?
Windows 11
Bug Description
In the
Updatecall of theBackdropclass the visibility is set instantly toIsVisible(level)unless transitioning from one room to another.This is also used to calculate
visibleFadeinCustomWindSnow and since theVisiblefield handles if the Backdrop is rendered at all this will effectly make visible fade not work whenIsVisiblereturns false.A potential fix for this would be to add
Visible = visibleFade > 0f;right after thevisibleFadeis updated.See steps to reproduce to see differences when fix is applied with exaggerated fade time.
Steps to Reproduce
bugged.webm
fixed.webm
Log Output
No response