Skip to main content

Common Issues - Playback Errors

Error on starting the playback of a replay in Unity

If you work with a repository, the ffmpeg.exe file may have been excluded. The error message should indicate where the file should be located.

Possible solutions:

  • Change the .gitignore to not exclude the ffmpeg.exe file.
  • Or get the file, and manually add it to the location specified in the error log (most likely Assets/LunaReplay/Vendor/windows).