You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to build the latest commit and found that when executing the code on a VIVE XR Elite device, the application cannot run properly as when the method ExportAlignData in SpatialManager.cs and MarterManager.cs generates an exception due to the fact that it is run on a separate thread.
I can comment the call to the method ExportAlignDataAsync to force the code to run on the main thread. It hangs the app for a short while but works though a proper fix would be appreciated. The problem happens when allocating the AlignData class and passing a transform that cannot be accessed outside the main thread.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I recently tried to build the latest commit and found that when executing the code on a VIVE XR Elite device, the application cannot run properly as when the method
ExportAlignData
inSpatialManager.cs
andMarterManager.cs
generates an exception due to the fact that it is run on a separate thread.I can comment the call to the method
ExportAlignDataAsync
to force the code to run on the main thread. It hangs the app for a short while but works though a proper fix would be appreciated. The problem happens when allocating theAlignData
class and passing a transform that cannot be accessed outside the main thread.Thank you in advance.
The text was updated successfully, but these errors were encountered: