Carter Anderson
Carter Anderson
Just pushed some more changes: 1. Renamed `ObserverSystemComponent` to `Observer` 2. Renamed `ObserverComponent` to `ObserverState` 3. Implemented new logic to despawn Observers when all of their target entities have been...
I think this is in a pretty good spot now. I just tried resolving merge conflicts, but it resulted in `Explode` not being triggered in the `observers.rs` example. I wonder...
The problem appears to be that Commands added in observers are not run. "trigger" is printed but "Commands ran" is not.  This certainly _feels_ like #13249 could relate.
Bawhaha ok I've solved the first problem, but that revealed a new one :) The issue was that on main we've gone from a derived SystemParam for `Commands` to a...
I'll push my changes so we're all looking at the same code: the merge and the Commands::queue fix.
Yeah doing nothing seems fine, especially for a first impl.
> We can consider adding attribute types (maybe a custom range type, Required, Tooltip, etc.) in a future PR where discussion can be dedicated around them. This PR is more...
> A full property based animation system is largely enabled by the designs in the RFCs listed; however, at the time or writing, there currently exists no way to get...
Makes sense! I'll close this out given that in its current form it can't land, and I'm not planning on investing more time in this in the short term.
WebFrame is a part of electron and isn't something my package sets up or configures. I am guessing you somehow have a bad atom or electron install. I am running...