Search Unity

Bug Recorder not recording past frame 0.

Discussion in 'Audio & Video' started by mchenfortera, Aug 31, 2022.

  1. mchenfortera

    mchenfortera

    Joined:
    Aug 5, 2022
    Posts:
    3
    Having a problemwhere I may have just accidentally checked something to cause this issue. The recorder was working fine before this and now I can't record no matter what files/scripts/animations I remove that may have been causing the issue. Each time I start the recorder it will start at frame 0 and go no further. Any help would be greatly appreciated!

    Not sure if this screenshot of my timeline will help.
     

    Attached Files:

  2. vladala

    vladala

    Unity Technologies

    Joined:
    Mar 3, 2017
    Posts:
    189
    Hey,

    No idea really what is the problem.
    Here are a few tests to do:
    Does the timeline play when going in playmode ? (check that the director is not disabled and it is set to PlayOnAwake)
    Does the timeline play if you mute the recorder track ?
     
  3. mchenfortera

    mchenfortera

    Joined:
    Aug 5, 2022
    Posts:
    3
    Appreciate the reply.

    I finally found the issue, I accidentally hid one of my prefabs that was present in the scene hence why it could not record in playmode because it couldn't find the prefab to start the scene I assume. Hope this helps anyone else running into this problem.