David Snopek

Results 604 comments of David Snopek

Hm, yeah, I agree we shouldn't print an error message for this - it's a valid case. I just pushed PR https://github.com/godotengine/godot-cpp/pull/1616 which I think should fix this (I haven't...

Thanks for the report! However, I'm not sure how much headway we'll be able to make without an MRP. I've relatively recently tested hot reload with Godot 4.3 and it...

@chriztheanvill: Thanks for sharing your project! > Working with this new project, adding one by one my original code, godot stop working with hot-reloading when I start working with SQLiteCpp....

Thanks! I've finally managed to figure out why I haven't been able to reproduce some of these focus issues on my Ubuntu system, and I can now reproduce this one...

This in now in a shippable form (rather than a PoC) and ready for review! It builds on top of https://github.com/godotengine/godot/pull/106880 which was just merged for Godot 4.5. However, I...

~~This was working (albeit a little jankily) with Vulkan, but now it's crashing due to issue https://github.com/godotengine/godot/issues/107187~~ That issue was fixed, so this PR should be working with Vulkan on...

Taking this out of draft now that the Godot PR has been merged. However, this actually won't pass tests on the XR Simulator until after 4.4-dev3 is released and I...

FYI, this one is failing testing because of a bug in Godot 4.4-dev3 - see https://github.com/godotengine/godot/issues/98102 It was fixed in PR https://github.com/godotengine/godot/pull/98187 which is already merged and should be included...

I've been trying to figure out why the XR Simulator tests on CI are crashing - here's some notes on it so far: - It appears to only be the...