How to adjust position and rotation?

I’d like to do some minor adjustments like position or rotation to get a better matching.

  1. Using SessionOrigin.MakeContentAppearAt(…));
  2. Update Model’s transform;
    Which one should I use? Or any other suggestion?

Thanks a lot.

Using SessionOrigin.MakeContentAppearAt() is less error-prone. This way you will never have problems with scaling your AR scene or encountering bugs related to changed object positions.
For example, you have an existing app with real-world scale objects, and you want to add AR into it, it’s much easier to use SessionOrigin.MakeContentAppearAt() and scale your ARSessionOrigin.