-
Notifications
You must be signed in to change notification settings - Fork 64
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
Upgrade to 0.15 #84
Comments
Why no draft PR? Anyway, I'll need to port this to 0.15 to get bevy_editor_pls to compile. Will open PR |
No pr bc i didnt convert the examples in the root yet . Also im getting a panic when i integrated this in my own editor . The panic occurs when i deselect , and remove the targets for the gizmo. And i cant figure out the cause. The error is something about index 0 is invalid for slice 0 |
I didn't find any panic for my PR, maybe check mine out for differences? |
Fyi .. crash bug related to slice in 15 reported by 2 separate users |
fixed the crash bug in my pr |
i also pulled in the changes that Shenmarukai made in order to fix the local/global xform issue so commit cf98c4e is a version of this package that should work quite nicely with 0.15 . it is for me at least |
I was able to make the bevy portion of this crate compatible with bevy 0.15 . You can see the code here
https://github.com/ethereumdegen/transform-gizmo
The text was updated successfully, but these errors were encountered: