Skip to content

OnTriggerEnter method of the waypoint is executed continuous. #3

@TakahiroMiyaura

Description

@TakahiroMiyaura

OnTriggerEnter method of the waypoint is executed continuous.
When 'find anchor process' is executing(CloudSpatialAnchorWatcher created), it should be ignore OnTrrigerEvent process.

If the first waypoint is too close to the basepoint and you start the app between both points, the OnTriggerEnter method of the waypoint is executed immediately and the app searches for close anchors. This leads to an exception, because two watcher are created at the same time and this is currently not supported by ASA.

ref: #1 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions