I have a video on a cube face that when leaving cube static works a treat. Hoever I want the cube/video to always face the users and so use the transform.LookAt(Camera.main.transform); call but when I do this the only the cube appears and does follow the camera....but the video has gone?
If I remove the look at call the video returns?
;-)