google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 400 forks source link

How to manipulate existing object with Arcore? #565

Open Ssssure opened 5 years ago

Ssssure commented 5 years ago

SPECIFIC ISSUE ENCOUNTERED

Hi, everyone. After scanning 2 images, I've generated 2 groups of virtual cubes with each group having 3 cubes. So in total, there are 6 cubes in the scene. I want to manipulate (move, rotate, scale) one single cube (not the group), what should I do?

VERSIONS USED

vjleo commented 5 years ago

Hey @Ssssure ! Try ray casting to see what was the cube the user clicked over.

Leo