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.

Bug (Case 1249696) Standalone profiler records in editor mode when Playmode only is selected

Discussion in '2020.1 Beta' started by Hyp-X, May 22, 2020.

  1. Hyp-X

    Hyp-X

    Joined:
    Jun 24, 2015
    Posts:
    421
    It is possible to make the Standalone Profiler record in Editor mode while Playmode only recording is selected.

    This is reproducible in an empty project:
    > In Editor Mode open the Standalone Profiler [Window->Analysis->Profiler (Standalone Process)]
    > Notice that it displays [RECORDING PLAY] and has Playmode selected and it is NOT recording (as expected)
    > Switch from Playmode to Editor
    > Now it displays [RECORDING EDIT] and starts recording (as expected)
    > Close the profiler
    > Open the Standalone Profiler again
    > Notice that it displays [RECORDING PLAY] and has Playmode selected
    > Also notice that it starts recording even we are still in editor mode
     
  2. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    1,969