Félix Lescaudey de Maneville
Félix Lescaudey de Maneville
Rebased on main and applied @superdump renaming suggestions. I updated the MR description to fit the new naming
> This looks like it is effectively reverting #6057, which I would honestly be in favor of personally. However, we ended up with a worse version of the old `TextureAtlas::from_grid_with_padding()`,...
@dubrowgn I rollbacked the changes I made to the `from_grid` impl. I agree with you, the API is quite bad with the two `Option` but I don't think it's relevant...
@alice-i-cecile I applied your suggestions and added some extra doc comments. Btw I keep telling myself that I should wait for this to be merged before making big API changes...
Rebased on main after conflict with #6861
`UiImage` is starting to become very similar to `Sprite`
You are absolutely right, we need to schedule a cleanup to fix inconsistent components in bundles, for this PR I think we can focus on iso-functionality
I ran this and no cube is visible
I suspect it has something to do with the nested handle: `Handle` stores a `Handle`. For example if I run the code of @rparrett with `bevy_inspector_egui` , the material exists...
I like it ! it also could allow for user custom primitives. Some concerns: - I'm not a fan of the `Facing` enum, why not use a `Vec3` directly ?...