I want to instantiate a Path Between the current position of the camera and an AR object placed in the scene. The Path should avoid entering walls. I have thought about finding the floor and then find the tango point clouds which are at the same height as the floor and then somehow create a path which connects those point clouds until he reaches the proximity of the AR object.
Have anyone tried to achieve this kind of behaviour before and if so how they managed to achieve it?
Thank you very much!