"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Point image at AR Camera

Hi,

I want to display an 2D image onto of my model, but I want to be pointed at my camera at all times (billboard effect). I have tried using the LookAt method, but it does not seem to be working.

 

transform.LookAt(Camera.main.transform.position, Vector3.up);

 

Any help would be greatly appreciated.