I am creating a solution for an entity.
I have added the entity and its Required Components.
The problem I am having is when the solution is imported elsewhere I get error messages saying components are missing.
But the components that are missing are components that access some of the Required Components and not the actual Entity I am creating the solution for.
Anyone know how I can prevent these errors on import?
Thanks.