Search Unity

Unable to profile application

Discussion in 'Editor & General Support' started by ANTONBORODA, Feb 8, 2018.

  1. ANTONBORODA

    ANTONBORODA

    Joined:
    Nov 16, 2017
    Posts:
    52
    Hello,

    I've ran into an annoying problem - I'm unable to profile my application with unity profiler. To be exact, I can but the exact problematic moment I want to profile shows only 1 method (sometimes it's String.memset(), other times it's Enumerator.Next()).
    Profiler.png

    When I build the player, I'm unable to use "Deep profile", obviously. So I'm unable to pinpoint the spot where I get a freeze.

    Is there anything I can do to find out what's freezing me?

    Thanks.