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
For the hierarchy implementation I need a way to detect both deleted entities and components (I don't think I need to disambiguate however, just when any Parent or entity that had a Parent is deleted).
The ideal case would be to have a separate deleted filter that would also give me that last set Component value. I could see this being problematic in terms of leaking memory however.