I am working with ARCore in Unity and would like to be able to add points to ARCore's boundary plane by touching a point on the screen. Is this possible?
More specifically, I want to be able to touch a point on the screen that I think should be part of ARCore's current plane and have that point be added to the plane's mesh.
I've looked around a bit through their documentation and on stackoverflow and haven't been able to find an answer.