IceSentry

Results 241 comments of IceSentry

I kinda like `GizmoAsset` because it uses the asset system and it doesn't have the retained naming, but I'm honestly not sure either.

I'm not sure how I feel about this. I think the issue is wireframes being wrong. It doesn't feel like that's the rigth fix for the issue. I need to...

Yeah, at the time I ported the wireframe from their own pass to the current wireframe material thing because it simplified a lot of the code, but in hindsight that...

At work we started using a slightly different pattern. We use the early return with the fallible functions, but we use a debug_assert so it still panics in debug to...

When I tried copying the file path + line number using my mouse I was unable to highlight any of the text inside the bacon output. And since I can't...

If you can point me towards the area of the code that you think could be causing this I would be happy to investigate further. I'm just not sure where...

> fyi every terminal emulator i've tried (kitty, powershell) lets you override the application-specific mouse capture if you hold shift while dragging the mouse. powershell isn't a terminal emulator. Either...

I exposed the `visible` property in this PR https://github.com/bevyengine/bevy/pull/9355

And yeah, I prefer keeping the `try_` function that return results. We should generally try to avoid panics as much as possible. I've hit way too many unexpected panics in...

I personally think bevy should first have a first party way to render a tilemap. Without any fancy features like LDTK or Tiled integration, once we have a first party...