///////////////////场景坐标转屏幕坐标Vector3 pos = Camera.main.WorldToViewportPoint(场景的坐标);
屏幕的坐标 = uiCamera.ViewportToWorldPoint(pos);//转换成 坐标