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
In the newer versions, the single point picking uses 2 threads. However, it overwrites itself if you call it too quickly.
The previous versions you could call this simultaneously and get multiple results. Now it can only get one result unless you wait until completion to call again.
Can you update this so it can be called simultaneously? I'm thinking something like a dictionary of the threads+ associated data so they all still stay alive?
https://forum.unity.com/threads/released-point-cloud-viewer-tools.240536/page-18#post-9749956
The text was updated successfully, but these errors were encountered: