StarArawn / bevy_ecs_tilemap

A tilemap rendering crate for bevy which is more ECS friendly.
MIT License
913 stars 196 forks source link

Auditing examples on main after updating to Bevy 0.13 #522

Closed MeoMix closed 6 months ago

MeoMix commented 6 months ago

Hello! I'm auditing all of the examples on main. At least one doesn't appear to be working in my environment, but I'm running inside of a Docker container and forwarding the display output to my Windows machine, so my env is a little complex. Here's the results though. I'll check in WASM context soon to confirm

rparrett commented 6 months ago
2024-03-13T23:29:37.584022Z  INFO bevy_render::renderer: AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, 
2024-03-13T23:29:37.769579Z  INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.2.1 ", kernel: "23.2.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" }

ldtk is OK on my end. animation is OK on my end. tiled_rotated is the expected output, AFAIK

But I did test the examples when I did the 0.13 update, so I would expect them to be okay in my environment.

MeoMix commented 6 months ago

Cool! Thanks for responding so quickly. No big concerns then. I'll double-check to ensure the broken examples don't work for me against 0.12 but assume that's the case.

EDIT: ok I confirmed these don't work in my env against 0.12, no issues!