Home Forums Unity SDK TobiiXR SDK generates lag Reply To: TobiiXR SDK generates lag

#22258
Jelle Van De Sijpe
Participant

Hi,

I looked through the code myself and found where the delay is coming from but I do not know if this is normal. The delay comes from the ‘Tick()’ function in the HTCProvider class. As soon as one of the invoke lines is executed (line 109, 116, 121, 127, 128, doesn’t matter how much or which one is executed, I suppose these are calls to SRanipal?), the delay is 10ms. Otherwise, when these lines are not present, there is minimal delay. I am running SRanipal 1.3.1.1 but I already ran the latest version with the same problem.

code

Regards