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
Applying a filter to a game object makes it disappear.
To reproduce:
skeletonSprite.filter=newBlurFilter();
This is a known issue already mentioned in this old forum thread, caused by our getBounds implementation.
However, that implementation was necessary, as explained in the thread.