MiniaczQ
MiniaczQ
How do you imagine CI/CD working with unstable features on the main bevy?
> I'm worried that the `DeferMut` can be easily confused with `DerefMut`. Yeah, we can bikeshed a better name if we decide to keep the mechanic. > "Defer mutation for...
Can there be a situation where 2 systems need a relative ordering if they share no common `Param`s? Perhaps strict ordering can be omitted between systems of such nature.
I was going to propose something similar after discord discussion of similar topic, so I'm glad I stumbled here. Definitely a great idea to make this the default way of...
Also, is there a way to add documentation to the functions?
While the position can be set, I don't think initial pitch an yaw are derived from initial transform. I'd need a little bit more testing to be sure, but with...
> Have you tried watching the whole directory with the logs ? I just tried watching the whole directory, but that lead to the same result, where the 'latest.log' gets...
Stumbled here randomly, while the first few are still every long, the later ones start getting non-obvious as to what they actually return. You should consider making a trait extension...
Although bit non-obvious, using Commands seems like the way to go here. I'm closing the request
I'm running into the same issue, seems like this wasn't addresses in the last 2 years.