Ian J. Einman
Ian J. Einman
This all sounds good and I look forward to it. If by "Microsoft C# naming conventions" you mean making it so member variables start with a capital letter (MyComponent instead...
Sorry I didn't follow up on this earlier. I understand WeslomPo's point but the thing is, my example was just made up as an illustration, and I think it was...
I wanted to weigh in on this. I would rather see effort put into extending Entitas rather than designing something completely new. I think it would be tough to maintain...
Yes, perfect. Thanks. Sorry I missed that. I think I misinterpreted what was being marked as "Unique" because the title "Unique Entities" was misleading for me. It is actually the...
Actually, I may have spoken too soon. I think your title of "Unique Entities" may have actually been the correct title and what I'm looking for is slightly different. There...
Thanks for the suggestion, but this is not exactly solving the problem. I may have explained things poorly. I have a component, PlayerControlled, which acts as a flag on several...
Excellent, thanks for the prompt response. I do think an attribute would still be good though. The workaround just makes it less code I have to type, which is good....
Yes, the issue isn't too hard to work around, but I think it would be more performant if Entitas supported it directly. Let me show an example: ```C# [Game] public...