public Vector3 GetPlayerPosition() { if (m_avatar != null) { return(m_avatar.GetPosition()); } return(Vector3.zero); }