Ignoring invalid [Unity.Entities.UpdateAfterAttribute] attribute on Unity.Entities.Editor.ExplicitFilterSystem targeting Unity.Entities.Editor.UpdateHierarchySystem.
This attribute can only order systems that are members of the same ComponentSystemGroup instance.
Make sure that both systems are in the same system group with [UpdateInGroup(typeof(Unity.Entities.SimulationSystemGroup))],
or by manually adding both systems to the same group's update list.
UnityEngine.Debug:LogWarning (object)
Unity.Debug:LogWarning (object) (at ./Library/PackageCache/com.unity.entities@501bc1f6f166/Unity.Entities/Stubs/Unity/Debug.cs:13)
Unity.Entities.ComponentSystemSorter:WarnAboutAnySystemAttributeBadness (int,Unity.Entities.ComponentSystemGroup) (at ./Library/PackageCache/com.unity.entities@501bc1f6f166/Unity.Entities/ComponentSystemSorter.cs:477)