Greetings
Its my understanding that rather inheriting (as custom component) and overriding functions, as its been in the past, we are to reference the XR component and hook into the events via addListners. This works will for onSelected etc., but from what I can tell “ProcessInteractable” have no such event. Also assume it would be inefficient to handle updates via event call.
I can create a custom component just for that, but at that point I’d rather just stick to a single class as we use to.
Or am I getting things wrong?
Brgds.