Пример #1
0
    public void UpdateTutorialInfo()
    {
        mechMenu.videoPlayer.url = System.IO.Path.Combine(Application.streamingAssetsPath, gameObject.name + ".mp4");
        mechMenu.videoPlayer.Play();
        mechMenu.rawImage.enabled = true;

        mechMenu.title.text       = mechanicName;
        mechMenu.description.text = descriptions.GetDescription(mechanicName);
    }