Search Unity

Everyplay Video Shaking And Cracking

Discussion in 'Unity Everyplay' started by Rick_Swash, Jun 16, 2017.

  1. Rick_Swash

    Rick_Swash

    Joined:
    Apr 20, 2017
    Posts:
    22
    When I watch my Video, it shakes and jitters uncontrollably
     
  2. yasirkula

    yasirkula

    Joined:
    Aug 1, 2011
    Posts:
    2,879
    This reduced the shaking for me:

    Code (CSharp):
    1. Everyplay.SetLowMemoryDevice( true );
    2. Everyplay.SetTargetFPS( 8 );
    The good thing is, it still seems to be recording the gameplay smoothly (not really in 8 fps).