-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
2d shapes demo Annulus not found #13324
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
Comments
@13ros27 @alice-i-cecile Thank you for the info! Is there somewhere I can look to find information like that in the future? I'm just getting started with Bevy and was pulling my hair out for a moment trying to figure out what I was doing wrong. It seems a little strange to me to integrate unreleased features into the examples. My hot take: that kind of thing is for sure likely to lead to un-needed issues getting created (like this one), and trip up newcomers (me). It's not at all obvious that I should have to go to previous versions to find a stable example to start from (or if it is, please educate me). Thank you again! |
Unfortunately this is largely a limitation of how Github works. The "default branch that contributors see and make PRs to" does not reflect the latest release. I've experimented elsewhere with a We've attempted to make the warning as prominent as we can (see https://github.com/bevyengine/bevy/tree/main/examples#examples) and have even created our own examples outside of Github at https://bevyengine.org/examples/. On Github, looking at the |
That makes sense -- In the future I'll make sure to look at the latest tag for examples, that's good advice. Thank you for the patience with my liberal application of hot take. 😹
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Alice Cecile ***@***.***>
Sent: Sunday, May 12, 2024 12:12:02 PM
To: bevyengine/bevy ***@***.***>
Cc: Parker Jones ***@***.***>; Author ***@***.***>
Subject: [Ext] Re: [bevyengine/bevy] 2d shapes demo Annulus not found (Issue #13324)
Unfortunately this is largely a limitation of how Github works. The "default branch that contributors see and make PRs to" does not reflect the latest release. I've experimented elsewhere with a dev branch and it resulted in significant other confusion :(
We've attempted to make the warning as prominent as we can (see https://github.com/bevyengine/bevy/tree/main/examples#examples) and have even created our own examples outside of Github at https://bevyengine.org/examples/. On Github, looking at the latest tag resolves this as well.
—
Reply to this email directly, view it on GitHub<#13324 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMV2MM6UOMUNJB2QCBLZBTZB6IFFAVCNFSM6AAAAABHRIHRUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWGMYDENRUGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Uh oh!
There was an error while loading. Please reload this page.
Bevy version
0.13.1
0.13.2
Relevant system information
What you did
I copied the examples from 2d shapes, added bevy as a dependency, and then tried to run
cargo build
andcargo run
The following occurred
What went wrong
To "fix" the issue, to get the example to build I had to remove the Annulus from the example code. I could not find a working version or feature that included the shape. am I missing something?
Additional information
The text was updated successfully, but these errors were encountered: