You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pixelate effect can cause the sprite to disappear when the value is close to zero but not zero.
After testing, the sprite will not disappear when greater than 1e-30. However, when it reaches 1e-35 or lower, the character will suddenly disappear; when set to 0, the sprite is shown again
What Will It Cause
I use the script below to make the pixelate effect change from 100 to 0 for the UI clones
However, after a sufficient amount of time, the sprite suddenly disappeared, which confused me a lot.