Rostyslav Lesovyi
Rostyslav Lesovyi
@dparnell, can this formatter be added to the plugin? https://github.com/wgsl-analyzer/wgsl-analyzer/tree/main/crates/wgsl_formatter
and... still no fixes, updates or even estimates... it soon will be 3 years from when this issue was originally opened.
Forgot to add, I'm running this on my M1 laptop. I don't think it is M1 related problem because example works for me.
hi @djeedai, thanks for answering. but I don't understand than how to make a particle in group 0 (tail particle) follow my entity? I can set `SimulationSpace` to `Local` but...
@djeedai, thanks a lot for your answer but... sorry, I still can't make it to work... So I've modified `ribbon.rs` example by (following your instructions): 1. changing to local space...
@djeedai, yeap, it works with properties. but... it doesn't work with `SizeOverLifetimeModifier` now. I've just added this modifier in the example: ```rust let render_size = SizeOverLifetimeModifier { gradient: Gradient::linear(Vec2::splat(0.5), Vec2::ZERO),...
@djeedai, it is original example with `SizeOverLifetimeModifier` added. Is there maybe any other way of making ribbon shrink over lifetime (like using expressions or something)?
> Could you test with this branch? [#15844](https://github.com/bevyengine/bevy/pull/15844) @rparrett, this bug also reproduces in above PR (I hope revision is correct): ```toml bevy = { git = "https://github.com/bevyengine/bevy.git", rev =...
@rparrett, I've tested via branch just to be sure and result is the same.
[extract_if](https://github.com/rust-lang/rust/pull/134655#event-16451393367) was finally stabilized. Would it now be possible to add similar implementation for `IndexMap` or should we wait when it hits a stable rust?