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

error[E0599]: no method named set_attribute found for struct Mesh in the current scope #146

Open
poradz opened this issue Mar 2, 2022 · 1 comment

Comments

@poradz
Copy link

poradz commented Mar 2, 2022

Hey, I get following error when I try to use the latest version 762ff4de1327a9e1f5abade018824e3b1072780c. And I can't use 0.4 because of Path-Geometry error.

Reported on windows 11, rust nightly.

error[E0599]: no method named `set_attribute` found for struct `Mesh` in the current scope
   --> C:\Users\tomek\.cargo\git\checkouts\bevy_prototype_lyon-ae009892befac619\762ff4d\src\plugin.rs:133:10
    |
133 |     mesh.set_attribute(
    |          ^^^^^^^^^^^^^ help: there is an associated function with a similar name: `insert_attribute`

error[E0599]: no method named `set_attribute` found for struct `Mesh` in the current scope
   --> C:\Users\tomek\.cargo\git\checkouts\bevy_prototype_lyon-ae009892befac619\762ff4d\src\plugin.rs:141:10
    |
141 |     mesh.set_attribute(
    |          ^^^^^^^^^^^^^ help: there is an associated function with a similar name: `insert_attribute`
@Nilirad
Copy link
Owner

Nilirad commented Mar 3, 2022

If you use bevy 0.6 with the latest release of bevy_prototype_lyon you shouldn't get that error. This error is caused by a breaking change by Bevy after the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants