Search Unity

Input Action Stops Firing when Unity Recorder (F10) Starts.

Discussion in 'Input System' started by jeffweber, Feb 16, 2020.

  1. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
    All input stops as soon as I start the recording with the Unity Recorder.

    How to recreate:
    Create an input action with mouse movement.
    Open the Input Action Debugger so you can see the Mouse Input working.

    Press F10 to quick start the Unity Recorder.

    Input debugger stops reporting input!

    Anyone else see this and is there a work around? I will report this as a bug but would love a quick fix if there is one.

    -Jeff
     
  2. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Thank you for reporting. Looking.
     
    jeffweber likes this.
  3. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
    Rene-Damm likes this.
  4. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Awesome. FB ticket is always appreciated.
     
  5. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
  6. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,071
  7. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
  8. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
    Why are both my cases related to this marked "Closed" now?
     
  9. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,071
    Last edited: Feb 25, 2020
    jeffweber likes this.
  10. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Turns out this is most likely a regression in the editor. The Unity Recorder sets EditorApplication.isPlaying to true when already in play mode. This should be ignored but instead results in a stray PlayModeStateChange.ExitingEditMode notification while in play mode. I've forwarded the case to our editor team.
     
    jeffweber likes this.
  11. Amitloaf

    Amitloaf

    Joined:
    Jan 30, 2012
    Posts:
    97
    Doesn't work for me on 1.0.0 (not preview) - if it's an editor issue, do you have somewhere I can track it?
     
  12. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,071
  13. Amitloaf

    Amitloaf

    Joined:
    Jan 30, 2012
    Posts:
    97
    Oh got it. I'm on 2019.3.7 so it makes sense. The version just didn't appear in the tracker. Thank you!