Skip to content

Running the example in a separate project - refuses to work, why? #245

Closed Answered by aevyrie
KoehlerT asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is you are copying the example from main, which is not compatible with v0.15.0, there have been breaking changes since that release. You need to copy the example from the v0.15.0 tag:

https://github.com/aevyrie/bevy_mod_picking/blob/v0.15.0/examples/gltf.rs

The difference is that raycast markers are no longer required, which means that using the example from main is not going to work on the 0.15 release of the plugin. See the changelog notes here:

42718da#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR3-R7

These are the lines that were removed on main:
42718da#diff-ec24d799681fb63c7d74bebbea39f99b1782f5a4c84cd7ece0c147c418274477

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aevyrie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants