K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
I like it. As far as I know variant’s colour is a float32 even in 64 bit builds. ~~To take advantage that Color32 (like near 0-1 and hdr plus) has...
Let me try this again. Could be trivial to introduce a class alias for the 32 bit floating 0.0-1.0+ and change all of our codebase to use NonLinearColor or LinearColor....
```c++ // Base RGBA structure with 32-bit float components (0.0-1.0+ range) typedef struct { float r; float g; float b; float a; } NonLinearColor; // Aliases for different color spaces/encodings...
Can we do a search for `color` and `colour` in the documentation and submit prs? There's not that many ways to say `rgbaf`. In my own personal opinion, the doc...
As far as I know it should play in the xr with the store version. The result is that the HMD is placed into the scene with the physical sky...
Here's a video with the store version of the editor. https://github.com/user-attachments/assets/80ac4447-449c-46b5-968c-3e277b4b04f7
Are you clicking play in the editor?
How are you loading the apk? Maybe sidequest tinkers with the upload.
I'll try that.
Using a custom build also works now for me on the Meta Quest 3. I suspect that the Godot Engine is loaded as a 2d app and when the custom...