Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Audio Videoplayer dont play audio on Widnows 10

Discussion in 'Audio & Video' started by icefreedom, Dec 7, 2020.

  1. icefreedom

    icefreedom

    Joined:
    Jun 11, 2018
    Posts:
    9
    upload_2020-12-7_14-45-45.png
    Hi. i have videoplayer with this setting. This component is working fine on Windows 7. Video is playing corectly with sound
    If i start this project on windows 10 video do not have sound. Same for build. Game is playing video sound only on win7. tested on multiple systems. No video sound on win 10

    Only videoplayers sounds are affected. All other sounds run through AudioSource component are ok.

    unity version 2019.3.9f1
    script below is very simple. no dynamic parts. i just start playing video like this.

    VIDEO_PAYER_S1.GetComponent<VideoPlayer>().controlledAudioTrackCount = 1;
    VIDEO_PAYER_S1.GetComponent<VideoPlayer>().Play();

    Did anyone encounter same issue before?