Hi, I started a project on unity using ARkit to develop a software to place points (previously calculated) on a face in real time.
My basic idea is to use the existing points and make translations of these points with formulas using x,y,z coordinates. I would like to calculate the new points, "OnStart" and block them on the face like the arkit points already do.
Would you suggest a particular method for instantiating new points on the face?