# Objective Tripped over the `directional_navigation` one recently while playing around with that example. Examples should import items from `bevy` rather than the sub-crates directly. ## Solution Use paths re-exported by `bevy`. ## Testing ``` cargo run --example log_diagnostics cargo run --example directional_navigation cargo run --example custom_projection ``` |
||
|---|---|---|
| .. | ||
| 2d_screen_shake.rs | ||
| 2d_top_down_camera.rs | ||
| camera_orbit.rs | ||
| custom_projection.rs | ||
| first_person_view_model.rs | ||
| projection_zoom.rs | ||