Open jptrzy opened 1 year ago
Did you ever figure out why this was happening? I just ran into the same issue.
@cowboy8625 a quick read into the source code revealed that the first parameter passed to group can not share any one of the components to other calls to group. That parameter is called owned
and reading up a bit from the original entt lib, it seems that that's how it works there as well.
The solution given was to try not to have groups but views until you reach a bottleneck.
However, it would be nice with more compiler errors that explain what the issue is.
I don't get it, why doesn't it work 🤔
Code:
Error Logs:
PS. Did you thought about adding better error messages - it would have been really helpful 😄