Skip to content

Installing (CRYENGINE 5.4 & 5.5)

Ilya edited this page Jun 20, 2018 · 1 revision
  • Download latest CEVPlayer release version here or in marketplace
  • Copy CEVPlayer.dll, avutil-54.dll, swscale-3.dll from bin/win_x64 folder to you project bin folder

  • Also copy avutil-54.dll, swscale-3.dll to CRYENGINE/bin/win_x64 folder

  • Include CEVPlayer.dll in you .cryproject file
{
    "type": "EPluginType::Native",
    "path": "bin/win_x64/CEVPlayer.dll"
}

  • Go to assets folder and create Videos folder
  • Copy any video file in WebM format to Videos folder (You can get example crylogo.webm from archive Assets/Videos/crylogo.webm)