ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++
https://www.projectborealis.com/movement
MIT License
1.27k stars 163 forks source link

Packaged project cannot be opened (failed to load module PBCharacterMovement) #27

Closed Zenahr closed 2 years ago

Zenahr commented 2 years ago

Everything works fine in-editor. Packaging the project up also works fine with the plugin active. Trying to run the packaged executable is the only thing that fails with following message:

image

Zenahr commented 2 years ago

Engine version tested with: 5.0.1

Zenahr commented 2 years ago

@mastercoms any clue?

mastercoms commented 2 years ago

You need to use a C++ project, see #5