artoolkitx / arunityx

artoolkitX for Unity, providing high-performance video acquisition, marker and texture tracking and full Unity Editor support
https://www.artoolkitx.org/
Other
41 stars 22 forks source link

Use Unity events to link ARTrackables with tracked objects/cameras, rather than string "tags". #55

Closed philip-lamb closed 1 year ago

philip-lamb commented 1 year ago

Use of string "tag"s to link objects is error-prone and low-performance. Replace with event model.

philip-lamb commented 1 year ago

Reviewed the design. Tags are only used to find the linked object, and from that point it's OK. It's actually a reasonably flexible system.