mgi388

Results 15 issues of mgi388

There's a resource `SpacialAudio` that users must add to their app and it contains the distance to use for deciding when audio should be on/off. See https://github.com/NiklasEi/bevy_kira_audio/blob/763cd923ddcde328ba0b9f8d56f17783c82e3478/examples/spacial.rs#L9 But does it...

Fixes #272 As in #272, I've also experienced the `info` log flooding for a message that shouldn't really be info. I know we can look at configuring log levels, but...

Run an example like this: ``` RUST_BACKTRACE=1 MTL_HUD_ENABLED=1 cargo run --example cubes ``` Press `cmd+q`. See the stack trace: ``` 2024-07-06T05:23:01.045525Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M1 Max", vendor:...

Hey @FraserLee are you still maintaining this crate? And if yes, are you open to issues/changes? I'm using your crate and looking into if I can make some enhancements to...

I've started spawning a child entity on my unit which contains a collider and (I think) when I move that unit avian panics. I don't really know the conditions that...

question
A-Collision

I really want to give beet a go for BTs but the example and the docs don’t really tell me enough to know what it’s doing. My BT knowledge is...

A-Control-Flow
C-Examples
C-Docs

I suggest `bevy_cursor` is moved into the new `Cursor` category I've added in this PR. I can do it in this PR if that's best, but it seemed sensible to...

Some asset formats like image have special treatment in this crate for configuring the asset on a per-asset-collection basis: ```rust #[derive(AssetCollection, Resource)] struct ImageAssets { #[asset(path = "images/pixel_tree.png")] #[asset(image(sampler =...

The play animation system always runs: https://github.com/merwaaan/bevy_spritesheet_animation/blob/bf5861f68ad07c86440ea6378bfd302f390bcfbc/src/plugin.rs#L75 This means if your app wants to pause animations, e.g. when the player presses *Pause*, the app would have to iterate all animations...

By any chance have you created an asset loader that works with this crate? It's possible that the space is too opinionated at least for this crate to provide an...