google-ar / arcore-unity-sdk

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

Feature Request on Augmented Images #525

Open dreyZZ opened 5 years ago

dreyZZ commented 5 years ago

Hi, in Vuforia Image Tracking, we can place the marker on the model and adjust its position and scaling visually. This makes extremely easy to use Marker based technology and adapting to changes on Vuforia.

135

On the other hand, doing this positioning can be very hard(especially on large models) in ARCore. Can this feature be added? Just because of this feature i have tendency to use Vuforia over ARCore but i find ARCore's tracking more stable.

vjleo commented 5 years ago

I think you can solve this on your own code. Save your object position and rotation relative to the target.

I'll probably be doing this soon. If I have any luck, I'll let you know.

dreyZZ commented 5 years ago

I can solve the problem by changing the origin point of the model. But when i want to make change, i change origin again and this makes this process very time consuming. And generally i have to do many trial and error attempts.

But in Vuforia, you just change the marker position visually and nothing else needed.

vjleo commented 5 years ago

do you edit the position in unity? you could make an editor tool that saves this for you.