Hello, I am developing using AR Foundation.
Object has been placed in specific coordinates.
This object maintains its position when several objects in the camera are visible (environmental elements).
In monotonous backgrounds, such as white walls, the position of the object is moved to a location that has nothing to do with the existing coordinates.
This is the biggest problem.
Is there a way to position the object based on the position of the mobile phone camera and the rotation value, rather than by recognizing the surrounding background?
The camera image should continue to appear.
And is there a way to switch between the existing method (ambient background recognition object placement) and the above method (mobile phone camera location, rotational value-based object placement) during application execution?