Skip to content

point picking, previous pick is discarded (if pick again before it has finished) #145

Open
@unitycoder

Description

@unitycoder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions