Is there any utility script for interacting with game object in AR camera (select, scale, translate, rotate)?

Include the following details (edit as applicable):

  • Issue category: ARDK Documentation
  • Device type & OS version: Android / iOS
  • Host machine & OS version: Mac
  • Issue Environment : On Device
  • Xcode version: 14
  • ARDK version: 2.5.2
  • Unity version: 2022.3.4f1

Description of the issue:
I can not find any document or example about integrate the interaction to game object in AR camera. Can we implement this by some of utility scripts or must implement it by Unity foundation?

Thanks for help.

Hello Khang,

Can you provide a description/ example of what you mean by interacting with a game object through the AR Camera? It sounds like this would be an interaction on a case by case basis depending on the type of experience someone is creating.

I mean something like ARSelectionInteractable, ARTranslateInteractable, ARRotateInteractable, etc… from ARFoundation of Unity feature packages. I can’t find anything same from ARDK packages

Hello,

I would recommend checking out ARDK 3. It integrates with AR Foundation which means that these features should be usable. Just note that ARDK 3 is still in beta at the moment.

1 Like

Happy to hear that
Thank Hernandez