I am receiving a Null Reference Exception when trying to use Camera.main.transform.position as the source of my audio (Note: transform.position works perfectly fine)
printing Debug.Log(Camera.main) returns Null. So somehow I must have removed the ‘main’ reference on my camera.
Where do I tell Unity that a Camera is the main camera? Will attach my main camera settings below