notmd

Results 169 comments of notmd

I will try to take this. And will try to fix the 1 channel per event as well. This is really a foot gun for us and also limits the...

Oh didn't know the `OverrideTargeteComponent`. It is fine for my use case, but supporting the mask solution would be great.

Thanks for all the feedback. Making this as draft while I'm working on the fix. Also notice the unsoundness raised by @urben1680, query like `Query` is a problem, we might...

I have updated to use wrapper type and immutable components. I will do a final cleanup and run benchmark after land https://github.com/bevyengine/bevy/pull/16885. Thank everyone for helping. > Can you add...

I ran the benchmarks on my old laptop which I don't trust. But the regression on `foreach_wide` seems real. These benchmarks use `QueryState` not `Query`. `QueryState` now has slightly bigger...

Hmm, CI seems stuck or something? Can someone retrigger it? Edit: nvm

> It looks very promising. Are there any updates on this PR? This just need to rebase and run benchmark again, probably there will regression. I wont have time to...

> > This just need to rebase and run benchmark again, probably there will regression. I wont have time to work on this in next few weeks though > >...

If we want to remove these APIs, please consider marking these deprecated and removed in 0.16. Otherwise, it would be massive breaking and harder to migrate, especially for people who...