Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Feature works in release/debug mode build with a debugger attached, does not work otherwise

Discussion in 'Windows' started by AcKeskin, Jan 26, 2023.

  1. AcKeskin

    AcKeskin

    Joined:
    Oct 8, 2020
    Posts:
    26
    Hello,
    I have a dll that I wrote with winrt. At some point I am capturing the camera stream from hololens2(ARM build for UWP) with windows' media capture and send it to another app via webrtc. This works when I have debugger attached in a release/debug build but it does not work when a debugger is not attached or if it is a master build. What could be the reason here, since it works when a debugger is attached I cannot debug this either. Any help would be appreciated