David Snopek

Results 604 comments of David Snopek

Can the folks having this problem try with the 2.0.4 version of godot_openxr_vendors? If that works, then it could be as [suggested above](https://github.com/GodotVR/godot_openxr_vendors/issues/201#issuecomment-2389429538), and these older Pico headsets still need...

Unfortuntately, I don't have a Vive Focus 3 to test with. I do have a Vive XR Elite, which is working fine for me on 3.0.1 with Godot 4.3. One...

I wonder if this might be better as a community-maintained template for users of Rider? I don't know if anyone on the GDExtension team uses Rider, and would be able...

Discussed at the GDExtension team meeting, and we're a little wary of adding so much code for Rider support. We'd prefer either: 1. Adding something to SCons (in godot-cpp) to...

Thanks! However, I don't think this matches what we had in mind for option nr 3. This appears to still be the same amount of files and content, just hidden...

@jordo Thanks for creating this issue! Finding ways to reduce the binary size of extensions, especially for the web or mobile, is a worthy goal :-) > Replacing this: >...

@Faless Thanks for catching that! As just a random guess, I wonder if the `TypedDictionary` changes are the cause of the size regression? They also led to a build time...

Thanks! @Faless added a "build profile" feature relatively recently that can help reduce binary size (and build times) - see PR https://github.com/godotengine/godot-cpp/pull/1167 > Engine class registrations, etc. Even when no...

> This PR doesn't remove any of the registrations. I'm pretty confident this is removing the registrations. The CI tests are failing on this PR that I would expect to...

Please take a look at the test failures. They indicate that the bug that the engine class registrations were added to fix has returned. If you can come up with...