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

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:
    27
    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