I noticed when I try to ecb.DestroyEntity() an Entity that happens to be a Prefab that was part of the scene on load, nothing happens. The same Prefab that I ecb.Instantiate() has no issue being destroyed.
Is there a rule somewhere that if a prefab is included in the scene on load (ie. not instantiated manually), they can't be destroyed?
Thanks!