Niklas Eicker

Results 115 comments of Niklas Eicker

We can add it to the readme for sure. I am wondering if it is possible somehow to tell cargo to build with priority for non-local paths. A quick search...

Looking at this again, it really seems like normal behaviour. The workflow is making a build just like the other workflows, which should fail with the same issue if you...

That's a nice idea. I think I prefer the failing state over some resource that needs to be actively queried.

Not sure about reexporting Kira here. I would prefer to keep the API backend agnostic. For #63 there will likely be a new trait from `bevy_kira_audio`. We could do the...

I am unsure if this should be in the same template or separate. I think in most cases you would either target desktop + web, or mobile devices, so I...

That's good to know 🙂 I'll just start playing around with Bevy mobile and see if I can fit it nicely into this template.

I would close this for now as you can do this with `init_collection` as long as the assets are "simple", as in loaded directly and do not require post-processing (no...

I thought this would be easily implemented using an untagged enum with a `Single` and a `Vec` variant. But I ran into ron-rs/ron#217.

I am running into the same issue. My current workaround is a `sed` script :see_no_evil: Looks like there have been previous attempts to fix this. See #361

This is a great feature. Any plans to get this PR merged?