Tom

Results 9 comments of Tom

Can confirm this. linux, amd gpu, mesa drivers. Cannot hot reload tile assets (they simply disappear completely, when I change them at runtime), but reloading works fine for all other...

This is super annoying. One can easily circumvent this, but it's still a trap. Can we get this merged in 0.11?

This is my most anticipated feature in `bevy_ecs_tilemap`! Very important for server authorative based multiplayer. How can I support in making it happen?

@bzm3r I would love to, but at the moment I am stuck at: ``` thread 'main' panicked at 'Requested resource bevy_asset::assets::Assets does not exist in the `World`. Did you forget...

Iced 0.12 should be able to do that now. Not sure how much work it is to upgrade though. Had a stub at it here: https://github.com/onagre-launcher/onagre/pull/79

I am sorry, how again is this controversial? I haven't seen any comment indicating such.

I am sorry, here is a better example, that doesn't rely on any image for the button: ```rust fn setup(mut cmd: Commands, ass: Res) { cmd.spawn((NodeBundle { style: Style {...

Just a headsup: I am currently on vacation and will try this out once back in a few weeks :) For me the example doesn't show at all though, not...

Took me a while, but it's now targeting 0.13 - I still can't get the textures to work though, even if I have a valid file on my PC (I...