void Start()
    {
        m_ScreenShotController = FindObjectOfType <ScreenShotController>();
        Assert.IsNotNull(m_ScreenShotController);

        m_ScreenShotController.TryCreateScreenShotDir();
    }