WithAll you should use WithAspect instead.WithChangeFilter, target the individual components instead.[RegisterGenericComponentType].[assembly: RegisterGenericComponentType(typeof(MyGenericComponent<int>))]
[assembly: RegisterGenericComponentType(typeof(MyGenericComponent<float>))]