Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git version: README is outdated #320

Open
spookyvision opened this issue Jan 24, 2025 · 1 comment
Open

git version: README is outdated #320

spookyvision opened this issue Jan 24, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@spookyvision
Copy link

Describe the bug
README mentions nonexistent example and feature

To Reproduce

  • run this line from the README: cargo run run --example platformer --features bevy_xpbd_3d
  • realize there's one run too many, remove that and try cargo run --example platformer --features bevy_xpbd_3d
  • error: the package 'space_editor' does not contain this feature: bevy_xpbd_3d
  • remove that feature: cargo run --example platformer
  • result:
error: no example target named `platformer`.
Available example targets:
    custom_editor_tab
    custom_event
    gltf_unpack_example
    loading_test
    space_example
    spawn_prefab

Expected behavior
platformer example starts

Screenshots

Desktop (please complete the following information):

Additional context

@spookyvision spookyvision added the bug Something isn't working label Jan 24, 2025
@spookyvision spookyvision changed the title README is outdated git version: README is outdated Jan 24, 2025
@rewin123
Copy link
Owner

Thanks. Will fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants