private void Awake()
    {
        m_StandardAnimator = GetComponent <StandardAnimator>();

        Debug.Assert(m_StandardAnimator != null);
    }