help

10520 threads · Page 167 of 211

The most idiomatic way to add a Component 24 messages
Resolved ECS
Best way to handle coordinate systems in 3D tile-based voxel game 7 messages
Math
Organizing project 10 messages
New to Bevy
How to pass structure into a compute shader 2 messages
Rendering
Trouble with getting an image with aspect-ratio to letterbox on the x-axis within parent node 7 messages
UI
Getting `error: undefined symbol: freeifaddrs` when running `cargo apk build` 6 messages
Cross compile error 12 messages
New to Bevy
Render a lot of sprites on the screen 6 messages
Resolved New to Bevy
Cannot get UI to render to spawned Window 22 messages
Cross Desktop Platform Builds 2 messages
Resolved
How to make local resources reset their value after changing states? 4 messages
Resolved ECS
Rotate sprite to target point and camera so sprite forward always is going right 3 messages
reflect panic with "the given key does not support hashing" 101 messages
Saving a scene to load later 3 messages
Resolved New to Bevy
Need help with 3rd person camera 3 messages
New to Bevy
Interacting with entities in more than 1 query, applying damage. 12 messages
Resolved
Uniform properties in shader when also using Bevy PBR 2 messages
Rendering
System that takes World and a Query results panics? 37 messages
How to add non-send resources in 0.10 ( 'assertion failed: component_info.is_send_and_sync()'` )? 15 messages
Beginner question: references in Rust 36 messages
New to Bevy
Cannot Connect To Tracy Profiler / No Trace Logs Emitted when running the app 8 messages
Resolved Documentation
Serializing `Command` for netplay. 2 messages
Networking
Porting `system_set` from 0.8.1 to 0.10.0 2 messages
Resolved
Multiplayer crate and hosting recommendation 19 messages
Networking Third-Party Crates
Generic systems in bevy 0.10 5 messages
ECS
camera system 4 messages
ECS
pipeline_cache fails to process shader after upgrading to Bevy 0.10 7 messages
Rendering
add_systems expected 1 argument, found 2, cannot find value `Update` in this scope 9 messages
Resolved New to Bevy
how do you `add_systems` and `.chain()` more than 15 systems at once? 4 messages
Problem with Events... 5 messages
ECS New to Bevy
Avoiding excessive With<T>, Without<T> 7 messages
Text not updating 11 messages
ECS New to Bevy Rendering
Color::Lcha usage 27 messages
Looping through a query 6 messages
Help with using Assets 33 messages
New to Bevy Assets
Sprites not rendering 68 messages
ECS New to Bevy Rendering
add_systems + run_if 7 messages
How to fix lack of audio on web mobile, solution which works on touch both inside and outside canvas 4 messages
Resolved Audio Web
Rust use file "bug" 7 messages
Resolved ECS New to Bevy
Malware detected when building a project 5 messages
Display and apply a shader 3 messages
Rendering
Save settings/resource crate recommendation 2 messages
Resolved Web Third-Party Crates
Hot-reloading shaders with imports? 4 messages
Resolved Rendering Assets
Confusion with run_if and AppStates 3 messages
Resolved ECS New to Bevy
Utterly confused by error message 25 messages
Resolved
ImageBundle within Flex Column 7 messages
Resolved UI
Directional light not casting shadow 15 messages
Rendering
Is there a downside to excessive explicit system ordering? 6 messages
Resolved ECS
2D vector graphics tile map 4 messages
ECS New to Bevy Rendering Third-Party Crates
How can I run render and game logic at different frequency? 4 messages
ECS Rendering