We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example
var component = sourceEntity.Get(type.Type);
this works fine
targetEntity.Add(component)
this does not
commandBuffer.Add(targetEntity, component)
As it is generic it assumes the object is well object and doesn't figure out the type.
Status