Changing Categories freezes Pimax Experience in Case of big Library

In my libary I have serveral hundered experiences in the SteamVR, Oculus and VivePort categories. When changing the category it takes a while to load the thumbnails of the new catetory and during the loading the rendering freezes. I suggest to put the loading into a co-routine so the Unity rendering loop is not blocked by longer loading times.

4 Likes

Hmm the loading of thumbnails is actually already loaded as a coroutune. Let me see if I can improve this…

2 Likes

If a co-routine is not sufficient then putting it to a background thread might be the next step.

3 Likes

Thats not a bad idea.
Actually thats what Im doing with the PiTool connection that runs as its own thread.

3 Likes