Julian Groß
Julian Groß
Are you sure it isn't adjustable? I always thought it would be the Camera Sensitivity setting. 
Has there actually been any issues because of that? I am asking because in my case it didn't make any difference between running and not running a game. Had 64KiB...
The problem is with hearing *other people*, not with other people hearing you, right? Maybe the jitter buffer is malfunctioning? Not that I ever heard of that happening.
Maybe we should have another optional parameter for the file name and one for file external? In the example of a serverless, the file extension would need to be `.json`,...
Rather than doing that; Rich Presence just shouldn't announce private servers and respect the user's privacy settings. It's just that we don't really have a working system for private worlds...
It is supposed to do that, but the relevant function is broken. https://github.com/overte-org/overte/issues/684 Basically, the way it is supposed to work is that it *only* shows the Place name, which...
This apparently didn't break in the latest release, but the release before that. So it works in 2025.03.3 and is broken in 2025.05.1. Meaning this probably broke in #1416, #1398,...
I did a git bisect and it looks like commit 19817ce42b911c6eb7c8c1c5195c313125808cce broke it. @HifiExperiments would you be up for taking a look? ```fish juliangro@x299-workstation ~/g/overte ((19817ce4)|BISECTING)> git bisect bad 19817ce42b911c6eb7c8c1c5195c313125808cce...
> [overte/libraries/model-serializers/src/FBXSerializer_Material.cpp](https://github.com/overte-org/overte/blob/9843084629d4f0c3a8e717b57ad77169886499fe/libraries/model-serializers/src/FBXSerializer_Material.cpp#L63-L65) > > Lines 63 to 65 in [9843084](/overte-org/overte/commit/9843084629d4f0c3a8e717b57ad77169886499fe) > if ((p.UVSet != "map1") && (p.UVSet != "UVSet0")) { > texture.texcoordSet = 1; > } At least in Blender,...
Releases are built without asserts enabled, so unless you built the release from source yourself, it makes sense that it doesn't run into that issue. Of course asserts exist for...