Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
2EyeGuy's avatar
2EyeGuy
Adventurer
5 years ago

xrLocateSpace never returns

The xrLocateSpace function sometimes takes literally forever (ie. it never returns), making my application appear to have hung. Sometimes the application will run correctly for a second or two before this happens.

1 Reply

  • This bug appears to be new. My program used to work, so maybe you changed something in the runtime that broke it?

    By the way, what's the recommended way for getting the linear acceleration of a space? I was going to fetch the location with velocity, then fetch the old location with velocity for time - 25000000, then divide the difference by 0.025f. But I can't even get XrLocateSpace to return at all.